Module: TestTrack
- Defined in:
- lib/test_track.rb,
lib/test_track/engine.rb,
lib/test_track/version.rb,
app/controllers/test_track/tests_controller.rb
Defined Under Namespace
Modules: TestsHelper Classes: Engine, TestsController
Constant Summary collapse
- VERSION =
"0.0.4"- @@jasmine_manifest =
"jasmine"- @@qunit_manifest =
"qunit"- @@application_manifest =
"application"- @@jasmine_path =
"spec/javascripts"- @@qunit_path =
"test/javascripts"- @@include_sinon =
true
Class Method Summary collapse
Class Method Details
.setup {|_self| ... } ⇒ Object
23 24 25 |
# File 'lib/test_track.rb', line 23 def self.setup yield self end |