Module: JasmineCoffee

Defined in:
lib/jasminecoffee.rb,
app/helpers/jasminecoffee/application_helper.rb,
app/controllers/jasminecoffee/spec_controller.rb,
lib/generators/jasminecoffee/install_generator.rb,
app/controllers/jasminecoffee/application_controller.rb

Defined Under Namespace

Modules: ApplicationHelper, Generators Classes: ApplicationController, Engine, SpecController

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 JasmineCoffee. Run rails generate jasminecoffee:install to create a fresh initializer with all configuration values.

Yields:

  • (_self)

Yield Parameters:

  • _self (JasmineCoffee)

    the object that the method was called on



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

def self.setup
  yield self
end