Commit b695db4af4c9fe0dc27f78e549a6a785bf936731
Committed by
Dmitriy Zaporozhets
1 parent
9a604eb6
Exists in
master
and in
4 other branches
Remove save files with failed test %)
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
features/support/env.rb
@@ -21,7 +21,6 @@ Dir["#{Rails.root}/features/steps/shared/*.rb"].each {|file| require file} | @@ -21,7 +21,6 @@ Dir["#{Rails.root}/features/steps/shared/*.rb"].each {|file| require file} | ||
21 | include GitoliteStub | 21 | include GitoliteStub |
22 | 22 | ||
23 | WebMock.allow_net_connect! | 23 | WebMock.allow_net_connect! |
24 | -Spinach.config.save_and_open_page_on_failure = true | ||
25 | # | 24 | # |
26 | # JS driver | 25 | # JS driver |
27 | # | 26 | # |