Skip to content

Instantly share code, notes, and snippets.

@dchelimsky
Created September 23, 2010 21:44
Show Gist options
  • Save dchelimsky/594430 to your computer and use it in GitHub Desktop.
Save dchelimsky/594430 to your computer and use it in GitHub Desktop.
Spec::Matchers.define :eq do |expected|
match do |actual|
actual == expected
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment