diff options
author | Andrey Kumanyaev <me@zzet.org> | 2013-01-24 01:40:45 +0400 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-24 22:31:49 +0200 |
commit | b695db4af4c9fe0dc27f78e549a6a785bf936731 (patch) | |
tree | 38ca36c6de0c83b4580ed0d77d24bd71fcb75b91 /features/support | |
parent | 9a604eb6798a2cc26df09ef9470273093acdb853 (diff) | |
download | gitlab-ce-b695db4af4c9fe0dc27f78e549a6a785bf936731.tar.gz |
Remove save files with failed test %)
Diffstat (limited to 'features/support')
-rw-r--r-- | features/support/env.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/features/support/env.rb b/features/support/env.rb index 5651c4a09ba..a08aa0de9f8 100644 --- a/features/support/env.rb +++ b/features/support/env.rb @@ -21,7 +21,6 @@ Dir["#{Rails.root}/features/steps/shared/*.rb"].each {|file| require file} include GitoliteStub WebMock.allow_net_connect! -Spinach.config.save_and_open_page_on_failure = true # # JS driver # |