Skip to content

Instantly share code, notes, and snippets.

@kzkaed
Last active February 6, 2016 13:30
Show Gist options
  • Save kzkaed/306c1eacce20bf1dfa38 to your computer and use it in GitHub Desktop.
Save kzkaed/306c1eacce20bf1dfa38 to your computer and use it in GitHub Desktop.
def name
name = "Erica"
end
describe "hiker" do
context "life the universe and everything" do
it "has a name" do
expect(name).to eq("Erica")
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment