Created
July 20, 2014 22:51
-
-
Save skatenerd/92c26b656bff92f20734 to your computer and use it in GitHub Desktop.
i would like for this to fali
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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