Javascript ember-qunit library in a Rails engine to use it with the Rails asset pipeline.
Add this line to your application's Gemfile:
gem 'ember-qunit-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ember-qunit-rails
Add this line to your JS manifest file:
//= require ember-qunit-rails
Synced with ember-qunit library version
- Fork it ( https://github.com/[my-github-username]/ember-qunit-rails/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request