Skip to content

Instantly share code, notes, and snippets.

@demophoon
Created November 18, 2014 19:07
Show Gist options
  • Save demophoon/97833b1d00d3b4a1589e to your computer and use it in GitHub Desktop.
Save demophoon/97833b1d00d3b4a1589e to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
#wat
describe some::namespace do
it "should not expect the spanish inquisition" do
{}.expects(:thespanishinquesition).returns(false)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment