summaryrefslogtreecommitdiff
path: root/features/support/env.rb
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-24 22:31:48 +0200
commit690db9693fcee3beedc467b48fd9e4bd42ee936d (patch)
tree5a170279c4b1ce7ec59479066187f0b6b0cb3b30 /features/support/env.rb
parenteb99feb4a7e01c4e83203ec014c082205b77ad02 (diff)
downloadgitlab-ce-690db9693fcee3beedc467b48fd9e4bd42ee936d.tar.gz
fix tests
Diffstat (limited to 'features/support/env.rb')
-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
#