Make rubocop happy again
This commit is contained in:
parent
73ce49de25
commit
40562334c7
4 changed files with 6 additions and 9 deletions
|
|
@ -9,12 +9,9 @@ RSpec.configure do |config|
|
||||||
example_filename = File.expand_path(example_filename, Capybara.save_and_open_page_path)
|
example_filename = File.expand_path(example_filename, Capybara.save_and_open_page_path)
|
||||||
if RSpec.current_example.exception.present?
|
if RSpec.current_example.exception.present?
|
||||||
save_page(example_filename)
|
save_page(example_filename)
|
||||||
else
|
|
||||||
# remove the file if the test starts working again
|
# remove the file if the test starts working again
|
||||||
if File.exist?(example_filename)
|
elsif File.exist?(example_filename)
|
||||||
File.unlink(example_filename)
|
File.unlink(example_filename)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue