Sha256: 5e1e77e2b7df5b4e18ead57140d103a33b7a3cf2a359feb4d1070cea08879fd9
Contents?: true
Size: 560 Bytes
Versions: 61
Compression:
Stored size: 560 Bytes
Contents
# 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 # # Example: prevent PhantomJS auto install, uses PhantomJS already on your path. Jasmine.configure do |config| if ENV['TRAVIS'] config.prevent_phantom_js_auto_install = true end end
Version data entries
61 entries across 46 versions & 2 rubygems