README.md in clipboard_formatter-1.0.0 vs README.md in clipboard_formatter-1.0.1
- old
+ new
@@ -1,16 +1,15 @@
-# RSpec Clipboard Formatter [![[version]](https://badge.fury.io/rb/clipboard_formatter.svg)](http://badge.fury.io/rb/clipboard_formatter)
+# RSpec Clipboard Formatter [![[version]](https://badge.fury.io/rb/clipboard_formatter.svg)](https://badge.fury.io/rb/clipboard_formatter)
-Copies the list of failed examples to your clipboard so that you can restart them easily.
+Copies the command to run all failed examples to your clipboard.
-
## Setup
Add the gem to your `Gemfile`:
```ruby
-gem 'rspec-clipboard'
+gem 'clipboard_formatter'
```
Add the formatter to your rspec options, e.g. in a `.rspec` file. You probably want to set it as an additional one, instead of the only one:
```
@@ -24,7 +23,7 @@
Run your RSpec suite, but let some tests fail. Then use your clipboard.
## MIT License
-Copyright (C) 2015 Jan Lelis <http://janlelis.com>. Released under the MIT license.
+Copyright (C) 2015 Jan Lelis <https://janlelis.com>. Released under the MIT license.