diff options
| author | Luc Donnet | 2018-02-09 11:58:35 +0100 |
|---|---|---|
| committer | GitHub | 2018-02-09 11:58:35 +0100 |
| commit | cbab2b01c2ad462d7433cc7dd35423527c68871a (patch) | |
| tree | 4226ab3db0c97c227f1d3bfa0f9f3bcd7ce0e9e9 /Gemfile.lock | |
| parent | c608e69bb3908de4c319689fa8232cff4a046b86 (diff) | |
| parent | 34dca4bbfc60b17a1648d8af34d592ec7c58c0ca (diff) | |
| download | chouette-core-cbab2b01c2ad462d7433cc7dd35423527c68871a.tar.bz2 | |
Merge pull request #252 from af83/5669-specs-snpashots
Ajout de snapshots dans les specs
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 7 |
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) |
