Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amatsuda/rspec-refinements
RSpec + Ruby 2.0 refinements
https://github.com/amatsuda/rspec-refinements
Last synced: 20 days ago
JSON representation
RSpec + Ruby 2.0 refinements
- Host: GitHub
- URL: https://github.com/amatsuda/rspec-refinements
- Owner: amatsuda
- License: mit
- Created: 2012-09-27T01:36:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-12T22:24:39.000Z (about 12 years ago)
- Last Synced: 2024-10-04T03:58:05.378Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 109 KB
- Stars: 10
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# RSpec::Refinements
RSpec + Ruby 2.0 refinements
## Installation
Add this line to your application's Gemfile:
gem 'rspec-refinements'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rspec-refinements
## 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