Module: QunitForRails

Defined in:
lib/qunit_for_rails.rb,
lib/qunit_for_rails/engine.rb,
lib/qunit_for_rails/version.rb,
app/controllers/qunit_for_rails/qunit_tests_controller.rb

Defined Under Namespace

Classes: Engine, QunitTestsController

Constant Summary collapse

VERSION =
"0.0.9"

Class Method Summary collapse

Class Method Details

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

Yields:

  • (_self)

Yield Parameters:

  • _self (QunitForRails)

    the object that the method was called on



9
10
11
# File 'lib/qunit_for_rails.rb', line 9

def self.setup
  yield self
end