Skip to content

Instantly share code, notes, and snippets.

@msassak
Created November 11, 2009 19:13
Show Gist options
  • Save msassak/232206 to your computer and use it in GitHub Desktop.
Save msassak/232206 to your computer and use it in GitHub Desktop.
class Plugins < Cucumber::Plugins
register MyWaveInput, :as => :input
register MyAwesomeFormatter, :as => :formatter
register MSWordParser, :as => :parser
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment