Skip to content

Instantly share code, notes, and snippets.

@jwhitmire
Created November 23, 2009 16:43
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/241169 to your computer and use it in GitHub Desktop.
Save jwhitmire/241169 to your computer and use it in GitHub Desktop.
pending snippet 2
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" do
pending "This test can’t be implemented until derivatives make sense to me"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment