aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorZog2018-01-22 16:45:19 +0100
committerZog2018-02-09 10:21:45 +0100
commit8b6e358e3e59c507eac738a38b54f45a133164cc (patch)
treed4e0fb10e2fddfc2643877e6234aaa76dc616450 /Gemfile.lock
parentd0f6b92c7cbf48fad205bb96b85d8305f80d13dc (diff)
downloadchouette-core-8b6e358e3e59c507eac738a38b54f45a133164cc.tar.bz2
Refs #5669 @2h; Add a snapshot mechanism in the specs
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 805ee460d..3d957b06b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -447,6 +447,10 @@ 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)
@@ -463,6 +467,8 @@ 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-filemagic (0.7.2)
ruby-graphviz (1.2.3)
@@ -681,6 +687,7 @@ DEPENDENCIES
rgeo (~> 0.5.2)
roo
rspec-rails (~> 3.5.0)
+ rspec-snapshot
rubyzip
sass-rails (~> 4.0.3)
sawyer (~> 0.6.0)