Skip to content

Instantly share code, notes, and snippets.

@joonty
Created June 3, 2016 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joonty/4996e5fae283d0d769cdf16fa1a8931b to your computer and use it in GitHub Desktop.
Save joonty/4996e5fae283d0d769cdf16fa1a8931b to your computer and use it in GitHub Desktop.
describe "an example spec" do
context "greeting" do
def greeting
"hello"
end
it "should be 'hello'" do
expect(greeting).to eq "hello"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment