Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidcelis/rspec-stackprof
Easily integrate stackprof with RSpec on Ruby 2.1.
https://github.com/davidcelis/rspec-stackprof
Last synced: about 1 month ago
JSON representation
Easily integrate stackprof with RSpec on Ruby 2.1.
- Host: GitHub
- URL: https://github.com/davidcelis/rspec-stackprof
- Owner: davidcelis
- License: mit
- Created: 2014-10-25T19:20:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-25T19:33:42.000Z (about 10 years ago)
- Last Synced: 2024-10-12T08:35:16.784Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 117 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# rspec-stackprof
Easily integrate [stackprof][stackprof] with [RSpec 3][rspec] on Ruby 2.1.
[rspec]: https://github.com/rspec/rspec
[stackprof]: https://github.com/tmm1/stackprof## Installation
Add this line to your application's Gemfile:
```ruby
gem 'rspec-stackprof', group: :test
```And then execute:
```sh
bundle install
```Or install it system-wide:
```sh
gem install rspec-stackprof
```## Usage
In your `spec_helper.rb` file:
```ruby
require 'rspec/stackprof'
```TODO: Write usage instructions here
## Contributing
1. [Fork it](https://github.com/davidcelis/rspec-stackprof/fork)
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 a new Pull Request