aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZog2018-01-26 10:34:51 +0100
committerZog2018-01-26 10:34:51 +0100
commit053ba8756ce111e62f3baaf8f93641df485ee004 (patch)
treee8fee9e504c8c7dcd0e4209aa285d312fe3a666d
parent734c03fdf3d6580da87107c474c5eeeda6a79ac4 (diff)
downloadchouette-core-053ba8756ce111e62f3baaf8f93641df485ee004.tar.bz2
Remove 'rspec-snaphost' to check if it causes segfaults on travis
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock7
2 files changed, 0 insertions, 8 deletions
diff --git a/Gemfile b/Gemfile
index f22b718c3..c378820b3 100644
--- a/Gemfile
+++ b/Gemfile
@@ -174,7 +174,6 @@ group :test do
gem 'simplecov-rcov', :require => false
gem 'htmlbeautifier'
gem 'timecop'
- gem 'rspec-snapshot'
end
group :test, :development, :dev do
diff --git a/Gemfile.lock b/Gemfile.lock
index 09ef00f94..ba1a90a5a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -442,10 +442,6 @@ GEM
roo (2.7.1)
nokogiri (~> 1)
rubyzip (~> 1.1, < 2.0.0)
- rspec (3.5.0)
- rspec-core (~> 3.5.0)
- rspec-expectations (~> 3.5.0)
- rspec-mocks (~> 3.5.0)
rspec-core (3.5.4)
rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
@@ -462,8 +458,6 @@ GEM
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
rspec-support (~> 3.5.0)
- rspec-snapshot (0.1.1)
- rspec (> 3.0.0)
rspec-support (3.5.0)
ruby-graphviz (1.2.3)
rubycas-client (2.3.9)
@@ -680,7 +674,6 @@ DEPENDENCIES
rgeo (~> 0.5.2)
roo
rspec-rails (~> 3.5.0)
- rspec-snapshot
rubyzip
sass-rails (~> 4.0.3)
sawyer (~> 0.6.0)