Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Kumanyaev <me@zzet.org>2013-01-24 01:40:45 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-25 00:31:49 +0400
commitb695db4af4c9fe0dc27f78e549a6a785bf936731 (patch)
tree38ca36c6de0c83b4580ed0d77d24bd71fcb75b91 /features/support
parent9a604eb6798a2cc26df09ef9470273093acdb853 (diff)
Remove save files with failed test %)
Diffstat (limited to 'features/support')
-rw-r--r--features/support/env.rb1
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
#