aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorZog2018-01-26 10:34:51 +0100
committerZog2018-01-26 10:34:51 +0100
commit053ba8756ce111e62f3baaf8f93641df485ee004 (patch)
treee8fee9e504c8c7dcd0e4209aa285d312fe3a666d /Gemfile
parent734c03fdf3d6580da87107c474c5eeeda6a79ac4 (diff)
downloadchouette-core-053ba8756ce111e62f3baaf8f93641df485ee004.tar.bz2
Remove 'rspec-snaphost' to check if it causes segfaults on travis
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 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