Skip to content

Instantly share code, notes, and snippets.

@zerowidth
Created January 6, 2009 20:29
Show Gist options
  • Save zerowidth/43974 to your computer and use it in GitHub Desktop.
Save zerowidth/43974 to your computer and use it in GitHub Desktop.
require "ostruct"
describe "wtf" do
it "fails" do
o = OpenStruct.new :foo => "lol", :bar => "what"
o.stub!(:gem)
o.gem
o.gem "foo"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment