Skip to content

Instantly share code, notes, and snippets.

@jaredmoody
jaredmoody / unused_progress.rb
Created November 29, 2012 01:25 — forked from natritmeyer/unused.rb
Cucumber formatter for printing unused steps alongside progress
# Copyright (c) 2010, Nathaniel Ritmeyer. All rights reserved.
#
# http://www.natontesting.com
#
# Save this in a file called 'unused_progress.rb' in your 'features/support' directory. Then, to list
# all the unused steps in your project, run the following command:
#
# cucumber -d -f Cucumber::Formatter::UnusedProgress
#
# or...