Module: Jasminerice

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

Defined Under Namespace

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

Constant Summary collapse

VERSION =
'0.1.0'.freeze
@@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/jasminerice.rb', line 20

def self.setup
  yield self
end