mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-12 01:36:26 -04:00
Code style fix up (comments only)
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
#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.
|
||||
# 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|
|
||||
# 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
|
||||
# end
|
||||
#
|
||||
#Example: prevent PhantomJS auto install, uses PhantomJS already on your path.
|
||||
#Jasmine.configure do |config|
|
||||
# Example: prevent PhantomJS auto install, uses PhantomJS already on your path.
|
||||
# Jasmine.configure do |config|
|
||||
# config.prevent_phantom_js_auto_install = true
|
||||
#end
|
||||
# end
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user