Skip to content

Instantly share code, notes, and snippets.

@jbpros
Created November 16, 2011 14:30
Show Gist options
  • Save jbpros/1370179 to your computer and use it in GitHub Desktop.
Save jbpros/1370179 to your computer and use it in GitHub Desktop.
describe Class do
describe "SOME_CONSTANT" do
it "is 12" do
Class::SOME_CONSTANT.should eql 12
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment