sauce_ruby/gems/sauce-jasmine
Dylan Lacey 8dbf8f4980 Locked versions for jasmine, capybara 2013-02-26 16:00:20 -08:00
..
lib/sauce Rename the peripheral gem files to make sure `require 'sauce/jasmine'` continues to work 2012-08-11 16:44:50 -07:00
.gitignore Add basic gem structure for sauce-cucumber and sauce-jasmine 2012-08-11 16:23:31 -07:00
README.md Add basic gem structure for sauce-cucumber and sauce-jasmine 2012-08-11 16:23:31 -07:00
Rakefile Add basic gem structure for sauce-cucumber and sauce-jasmine 2012-08-11 16:23:31 -07:00
sauce-jasmine.gemspec Locked versions for jasmine, capybara 2013-02-26 16:00:20 -08:00

README.md

Sauce::Jasmine

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'sauce-jasmine'

And then execute:

$ bundle

Or install it yourself as:

$ gem install sauce-jasmine

Usage

TODO: Write usage instructions here

Contributing

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