Skip to content

Instantly share code, notes, and snippets.

@skatenerd
Created July 20, 2014 22:51
Show Gist options
  • Save skatenerd/92c26b656bff92f20734 to your computer and use it in GitHub Desktop.
Save skatenerd/92c26b656bff92f20734 to your computer and use it in GitHub Desktop.
i would like for this to fali
describe "containment" do
it "checks a list for items matching a predicate" do
expect([1,2,3]).to include do |num|
num > 10
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment