Skip to content

Instantly share code, notes, and snippets.

@pachun
Created February 27, 2020 20:00
Show Gist options
  • Save pachun/7f105db8237ec5511f36f688fa016747 to your computer and use it in GitHub Desktop.
Save pachun/7f105db8237ec5511f36f688fa016747 to your computer and use it in GitHub Desktop.
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