Created
January 12, 2018 15:22
-
-
Save pdabrowski6/53cd1046410260a855d3375a86c6ff0c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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