Sha256: d1d6af34a2b9bc434eac914d3d94ccf2b9dc77f69196f9fb1ec7d05ced2f90f4

Contents?: true

Size: 271 Bytes

Versions: 1

Compression:

Stored size: 271 Bytes

Contents

module TestTrack

  class Engine < Rails::Engine
    isolate_namespace TestTrack

    initializer :setup_js_test do |app|
			app.assets.append_path "#{app.root}/#{TestTrack.jasmine_path}"
			app.assets.append_path "#{app.root}/#{TestTrack.qunit_path}"
    end
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
test_track-0.0.1 lib/test_track/engine.rb