Skip to content

Instantly share code, notes, and snippets.

@justinko
Created March 27, 2011 05:25
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 justinko/888944 to your computer and use it in GitHub Desktop.
Save justinko/888944 to your computer and use it in GitHub Desktop.
expect(true) == true
expect(true).to be_true
expect { true }.to eq(true)
expect { true }.to be_true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment