Skip to content

Instantly share code, notes, and snippets.

@iamvery
Created April 5, 2017 17:20
Show Gist options
  • Save iamvery/eca9a02d8a26b38d63cdd0bca17b3020 to your computer and use it in GitHub Desktop.
Save iamvery/eca9a02d8a26b38d63cdd0bca17b3020 to your computer and use it in GitHub Desktop.
RSpec.describe "lolrubby" do
def lol
wat = "haha",
wat.upcase
end
it "is silly sometimes" do
expect(lol).to eq("HAHA") # fails... lol
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment