Commit e15af694 authored by Robert Speicher's avatar Robert Speicher

Re-run rails g jasmine:install

parent 7679c500
......@@ -25,7 +25,7 @@ src_files:
# - stylesheets/*.css
#
stylesheets:
- stylesheets/**/*.css
- assets/application.css
# helpers
#
......@@ -38,7 +38,7 @@ stylesheets:
# - helpers/**/*.js
#
helpers:
- helpers/**/*.js
- 'helpers/**/*.js'
# spec_files
#
......@@ -73,4 +73,52 @@ src_dir:
#
# spec_dir: spec/javascripts
#
spec_dir: spec/javascripts
spec_dir:
# spec_helper
#
# Ruby file that Jasmine server will require before starting.
# Returned relative to your root path
# Default spec/javascripts/support/jasmine_helper.rb
#
# EXAMPLE:
#
# spec_helper: spec/javascripts/support/jasmine_helper.rb
#
spec_helper: spec/javascripts/support/jasmine_helper.rb
# boot_dir
#
# Boot directory path. Your boot_files must be returned relative to this path.
# Default: Built in boot file
#
# EXAMPLE:
#
# boot_dir: spec/javascripts/support/boot
#
boot_dir:
# boot_files
#
# Return an array of filepaths relative to boot_dir to include in order to boot Jasmine
# Default: Built in boot file
#
# EXAMPLE
#
# boot_files:
# - '**/*.js'
#
boot_files:
# rack_options
#
# Extra options to be passed to the rack server
# by default, Port and AccessLog are passed.
#
# This is an advanced options, and left empty by default
#
# EXAMPLE
#
# rack_options:
# server: 'thin'
......@@ -8,4 +8,8 @@
# config.boot_files = lambda { ['/absolute/path/to/boot_dir/file.js'] }
#end
#
#Example: prevent PhantomJS auto install, uses PhantomJS already on your path.
#Jasmine.configure do |config|
# config.prevent_phantom_js_auto_install = true
#end
#
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment