diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-03-09 14:12:08 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-03-09 14:22:32 +0100 |
commit | af43401602d637c5b91def323ba3a0bac824b785 (patch) | |
tree | 88061d7009e36bbc93e3db84a526e3191260bbc0 /Gemfile.lock | |
parent | 640bf8ab7212988fda0189e1534d46dcbf0c126f (diff) | |
download | gitlab-ce-af43401602d637c5b91def323ba3a0bac824b785.tar.gz |
Retry spinach tests
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 7f3c5911e5f..dcfef4cd6b9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -766,6 +766,8 @@ GEM capybara (>= 2.0.0) railties (>= 3) spinach (>= 0.4) + spinach-rerun-reporter (0.0.2) + spinach (~> 0.8) spring (1.6.4) spring-commands-rspec (1.0.4) spring (>= 0.9.1) @@ -1020,6 +1022,7 @@ DEPENDENCIES six (~> 0.2.0) slack-notifier (~> 1.2.0) spinach-rails (~> 0.2.1) + spinach-rerun-reporter (~> 0.0.2) spring (~> 1.6.4) spring-commands-rspec (~> 1.0.4) spring-commands-spinach (~> 1.0.0) |