Skip to content

Instantly share code, notes, and snippets.

@jwhitmire
Created November 23, 2009 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwhitmire/241238 to your computer and use it in GitHub Desktop.
Save jwhitmire/241238 to your computer and use it in GitHub Desktop.
pending snippet 1
describe "Test some object with pending tests" do
it "should make sure 2 + 2 = 4" do
4.should == (2 + 2)
end
it "should make sure the second derivative of something calcs fine"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment