Created
February 27, 2020 20:00
-
-
Save pachun/7f105db8237ec5511f36f688fa016747 to your computer and use it in GitHub Desktop.
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
it "returns true when passed an even number" do | |
even = even?(2) | |
expect(even).to be(true) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment