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-23 23:39:47 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-25 00:31:48 +0400
commit690db9693fcee3beedc467b48fd9e4bd42ee936d (patch)
tree5a170279c4b1ce7ec59479066187f0b6b0cb3b30 /features/support
parenteb99feb4a7e01c4e83203ec014c082205b77ad02 (diff)
fix tests
Diffstat (limited to 'features/support')
-rw-r--r--features/support/env.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/support/env.rb b/features/support/env.rb
index be10ad1b8b9..5651c4a09ba 100644
--- a/features/support/env.rb
+++ b/features/support/env.rb
@@ -21,7 +21,7 @@ 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
#