diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-11-12 10:52:20 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-03-09 14:21:19 +0100 |
commit | 640bf8ab7212988fda0189e1534d46dcbf0c126f (patch) | |
tree | b75520ff4399df7339e4f19e3b02406abc7c9880 /Gemfile.lock | |
parent | 500337c4b23700a30876c6d2f8e7c612f8114432 (diff) | |
download | gitlab-ce-640bf8ab7212988fda0189e1534d46dcbf0c126f.tar.gz |
Retry failed 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 22c86e4ae8f..7f3c5911e5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -679,6 +679,8 @@ GEM rspec-expectations (~> 3.3.0) rspec-mocks (~> 3.3.0) rspec-support (~> 3.3.0) + rspec-retry (0.4.5) + rspec-core rspec-support (3.3.0) rubocop (0.35.1) astrolabe (~> 1.3) @@ -999,6 +1001,7 @@ DEPENDENCIES rouge (~> 1.10.1) rqrcode-rails3 (~> 0.1.7) rspec-rails (~> 3.3.0) + rspec-retry rubocop (~> 0.35.0) ruby-fogbugz (~> 0.2.1) sanitize (~> 2.0) |