summaryrefslogtreecommitdiff
path: root/spec/javascripts/support
diff options
context:
space:
mode:
Diffstat (limited to 'spec/javascripts/support')
-rw-r--r--spec/javascripts/support/jasmine_helper.rb14
1 files changed, 3 insertions, 11 deletions
diff --git a/spec/javascripts/support/jasmine_helper.rb b/spec/javascripts/support/jasmine_helper.rb
index 986a4c16f3e..13e55023b4c 100644
--- a/spec/javascripts/support/jasmine_helper.rb
+++ b/spec/javascripts/support/jasmine_helper.rb
@@ -1,11 +1,3 @@
-#Use this file to set/override Jasmine configuration options
-#You can remove it if you don't need it.
-#This file is loaded *after* jasmine.yml is interpreted.
-#
-#Example: using a different boot file.
-#Jasmine.configure do |config|
-# @config.boot_dir = '/absolute/path/to/boot_dir'
-# @config.boot_files = lambda { ['/absolute/path/to/boot_dir/file.js'] }
-#end
-#
-
+Jasmine.configure do |config|
+ config.browser = :phantomjs
+end