Skip to content

Instantly share code, notes, and snippets.

@RichGuk
Created January 19, 2010 20:30
Show Gist options
  • Save RichGuk/281258 to your computer and use it in GitHub Desktop.
Save RichGuk/281258 to your computer and use it in GitHub Desktop.
methods.each do |method|
it "should respond to #{method}" do
@package.should respond_to(method)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment