Chai via assets pipeline.
Before install
If you are use Bower with your Rails project - use them for Chai providing, instead this gem.
Installation
Add this line to your application's Gemfile:
group :test, :development dp
gem "chai-rails"
end
And then execute:
$ bundle
Add this line to your test manifest file:
//= require chai
Usage
Read about Chai here.
Contributing
- Fork it
- 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 new Pull Request