Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/banyan/rspec-formatter-antipop
Think antipop!!1
https://github.com/banyan/rspec-formatter-antipop
Last synced: 16 days ago
JSON representation
Think antipop!!1
- Host: GitHub
- URL: https://github.com/banyan/rspec-formatter-antipop
- Owner: banyan
- License: mit
- Created: 2013-01-25T09:13:27.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-25T10:38:49.000Z (about 12 years ago)
- Last Synced: 2024-04-25T13:01:28.442Z (10 months ago)
- Language: Ruby
- Homepage:
- Size: 125 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Rspec::Formatter::Antipop
* student: "Master! How do I become a good programmer?"
* master: "Think antipop!!1"## Example
```
$ bundle exec rspec spec/models/foo_spec.rb
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1
Failures:
...Finished in 42.54 seconds
129 examples, 1 failures
```## Installation
Add this line to your application's Gemfile:
gem 'rspec-formatter-antipop'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rspec-formatter-antipop
## Usage
```
$ rspec --format Rspec::Formatter::Antipop
```or write at .rspec
```
--format Rspec::Formatter::Antipop
```## 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