Sha256: b5f586b2759250f353a4fee3f24190aedd694ad06238d74464324fba68d35490
Contents?: true
Size: 726 Bytes
Versions: 1
Compression:
Stored size: 726 Bytes
Contents
# RSpec Clipboard Formatter [![[version]](https://badge.fury.io/rb/clipboard_formatter.svg)](http://badge.fury.io/rb/clipboard_formatter) Copies the list of failed examples to your clipboard so that you can restart them easily. ## Setup Add the gem to your `Gemfile`: ```ruby gem 'rspec-clipboard' ``` 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: ``` --format documentation --require clipboard_formatter --format ClipboardFormatter ``` ## Usage 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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
clipboard_formatter-1.0.0 | README.md |