Sha256: 9e7bb757b1a96f6c99a9e4deda4166d9c27e0cb6b3d58d4b0afdbfb556b64cc6
Contents?: true
Size: 900 Bytes
Versions: 1
Compression:
Stored size: 900 Bytes
Contents
# Use this file to set configuration options for Jasminerice, all of these are initialized to their respective defaults, # but you can change them here. if defined?(Jasminerice) == 'constant' Jasminerice.setup do |config| # Tell Jasminerice to automatically mount itself in your application. If set to false, you must manually mount the # engine in order to use Jasminerice. #config.mount = true # If automatically mounting Jasminerice, 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brainsome_jasminerice-0.1.0 | lib/generators/jasminerice/templates/jasminerice.rb |