retry tests as a workaround for fragile integration tests (closes foodcoops#205)

This commit is contained in:
wvengen 2013-11-21 00:29:24 +01:00
parent 5adb25caf5
commit 8ac7cbf96f
3 changed files with 11 additions and 1 deletions

View file

@ -88,5 +88,6 @@ group :test do
# need to include rspec components before i18n-spec or rake fails in test environment
gem 'rspec-core'
gem 'rspec-expectations'
gem 'rspec-rerun'
gem 'i18n-spec'
end