use multiformatter for simplecov to get html cov reports back

This commit is contained in:
Kyle Drake 2015-09-13 02:02:40 -07:00
parent 2dcbbcf529
commit 955e3e86bc
2 changed files with 5 additions and 1 deletions

View file

@ -16,6 +16,7 @@ describe 'signup' do
fill_in 'password', with: @site[:password]
fill_in 'email', with: @site[:email]
rescue Capybara::ElementNotFound
puts "Waiting on fill_in #{Time.now - time} seconds"
raise if Time.now - time > 30
sleep 0.5
retry