No commit activity in last 3 years
No release in over 3 years
Copies the list of failed examples to your clipboard so that you can restart them easily.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.0
~> 3.0
 Project Readme

RSpec Clipboard Formatter [version]

Copies the command to run all failed examples to your clipboard.

Setup

Add the gem to your Gemfile:

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.