Skip to content

demiazz/chai-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chai for Rails Gem Version

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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request