Awesome
Konacha Chai Matchers
This library contains all Chai.js plugins that have browser support.
Not all plugins are tested!
Installation
Add in the Gemfile
:
gem 'konacha-chai-matchers'
Usage
- Check the vendor/assets/javascripts
- Require the files needed
Example:
#= require sinon
#= require chai-changes
#= require js-factories
#= require chai-backbone
#= require chai-jquery
Included versions
See VERSIONS
for info
Contribution
Please submit an Github issue for libraries you want included or where the wrong file ends up in the vendor
folder.
Updating the vendor libraries is done through rake update
please check tasks/update.rb
for the code