Sha256: 5597a9736d6bd2e8c7e229924eb6096e93ca5b60861ae1c209cfcf472f8fbd5a
Contents?: true
Size: 706 Bytes
Versions: 1
Compression:
Stored size: 706 Bytes
Contents
# RSpec Clipboard Formatter [![[version]](https://badge.fury.io/rb/clipboard_formatter.svg)](https://badge.fury.io/rb/clipboard_formatter) Copies the command to run all failed examples to your clipboard. ## Setup Add the gem to your `Gemfile`: ```ruby 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: ``` --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 <https://janlelis.com>. Released under the MIT license.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
clipboard_formatter-1.0.1 | README.md |