Guest User

Untitled

a guest
Apr 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. describe "Test some object with pending tests" do
  2. it "should make sure 2 + 2 = 4" do
  3. 4.should == (2 + 2)
  4. end
  5.  
  6. it "should make sure the second derivative of something calcs fine"
  7. end
Add Comment
Please, Sign In to add comment