Skip to content

Instantly share code, notes, and snippets.

@cmilfont
Created September 14, 2009 13:33
Show Gist options
  • Save cmilfont/186647 to your computer and use it in GitHub Desktop.
Save cmilfont/186647 to your computer and use it in GitHub Desktop.
require 'spec/expectations'
$CLASSPATH << "./bin"
include_class 'org.milfont.Issue'
Dado /^um problema reportado como "([^\"]*)"$/ do |name|
@issue = Issue.new name
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment