Skip to content

Instantly share code, notes, and snippets.

@pdabrowski6
Created January 12, 2018 15:22
Show Gist options
  • Save pdabrowski6/53cd1046410260a855d3375a86c6ff0c to your computer and use it in GitHub Desktop.
Save pdabrowski6/53cd1046410260a855d3375a86c6ff0c to your computer and use it in GitHub Desktop.
def describe(context_name, &block)
Describe.new(context_name, &block)
end
describe NumberService do
# check something
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment