From 3eea002a0c929ca54d8a0df7defce81cfe9263c6 Mon Sep 17 00:00:00 2001 From: Rohan Mitchell Date: Fri, 7 Aug 2015 11:06:16 +1000 Subject: [PATCH] Put rspec-retry on flaky specs --- spec/features/consumer/authentication_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/features/consumer/authentication_spec.rb b/spec/features/consumer/authentication_spec.rb index bfa9f141fe..b01b04fe84 100644 --- a/spec/features/consumer/authentication_spec.rb +++ b/spec/features/consumer/authentication_spec.rb @@ -1,6 +1,6 @@ require 'spec_helper' -feature "Authentication", js: true do +feature "Authentication", js: true, retry: 3 do include UIComponentHelper # Attempt to address intermittent failures in these specs