Skip to content

Instantly share code, notes, and snippets.

Created July 27, 2015 20:25
Show Gist options
  • Save anonymous/68bb8f4d37a70a12723c to your computer and use it in GitHub Desktop.
Save anonymous/68bb8f4d37a70a12723c to your computer and use it in GitHub Desktop.
specify{ expect(expect(1).to eq(1) ).to eq true }
specify{ expect(expect(1).to eq(2) ).to_not eq true }
specify{ expect(expect(1).to eq(2) ).to raise_exception }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment