Skip to content

Instantly share code, notes, and snippets.

@ParkinT
Forked from dastels/expect.rb
Created May 8, 2014 21:59
Show Gist options
  • Save ParkinT/4246a62246637e6e88f0 to your computer and use it in GitHub Desktop.
Save ParkinT/4246a62246637e6e88f0 to your computer and use it in GitHub Desktop.
module Bacon
class Context
def expect(obj)
Bacon::Should.new(obj)
end
end
end
class Should
def to
self
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment