Sha256: ce41041033140e551f89fbcef0afab688dcba6987ed6379940ac9db51bc92d03
Contents?: true
Size: 912 Bytes
Versions: 2
Compression:
Stored size: 912 Bytes
Contents
# Use this file to set configuration options for JasmineCoffee, all of these are initialized to their respective defaults, # but you can change them here. if defined?(JasmineCoffee) == 'constant' JasmineCoffee.setup do |config| # Tell JasmineCoffee to automatically mount itself in your application. If set to false, you must manually mount the # engine in order to use JasmineCoffee. #config.mount = true # If automatically mounting JasmineCoffee, specify the location that it should be mounted at. Defaults to /jasmine, so # you could access your tests at http://YOUR_SERVER_URL/jasmine #config.mount_at = '/jasmine' # Specify a path where your specs can be found. Defaults to 'spec' #config.spec_path = 'spec' # Specify a path where your fixutures can be found. Defaults to 'spec/javascripts/fixtures' #config.fixture_path = 'spec/javascripts/fixtures' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jasminecoffee-0.1.2 | lib/generators/jasmine_coffee/templates/jasmine_coffee.rb |
jasminecoffee-0.1.1 | lib/generators/jasminecoffee/templates/jasminecoffee.rb |