https://github.com/okitan/danger-rspec_no_filter
https://github.com/okitan/danger-rspec_no_filter
danger-plugin gem rspec
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/okitan/danger-rspec_no_filter
- Owner: okitan
- License: mit
- Archived: true
- Created: 2017-07-31T11:49:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-31T11:55:11.000Z (about 8 years ago)
- Last Synced: 2024-12-17T08:41:41.112Z (10 months ago)
- Topics: danger-plugin, gem, rspec
- Language: Ruby
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# danger-rspec_no_filter
A description of danger-rspec_no_filter.
## Installation
$ gem install danger-rspec_no_filter
## Usage
Methods and attributes from this plugin are available in
your `Dangerfile` under the `rspec_no_filter` namespace.## Development
1. Clone this repo
2. Run `bundle install` to setup dependencies.
3. Run `bundle exec rake spec` to run the tests.
4. Use `bundle exec guard` to automatically have tests run as you make changes.
5. Make your changes.