Module: Jasminerice

Defined in:
lib/jasminecoffee.rb

Defined Under Namespace

Classes: Engine

Constant Summary collapse

@@mount =
true
@@mount_at =
'/jasmine'
@@spec_path =
'spec'
@@fixture_path =
'spec/javascripts/fixtures'

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Default way to setup Jasminerice. Run rails generate jasminerice:install to create a fresh initializer with all configuration values.

Yields:

  • (_self)

Yield Parameters:

  • _self (Jasminerice)

    the object that the method was called on



20
21
22
# File 'lib/jasminecoffee.rb', line 20

def self.setup
  yield self
end