Skip to content

Instantly share code, notes, and snippets.

@gsmendoza
Created August 25, 2009 05:23
Show Gist options
  • Save gsmendoza/174494 to your computer and use it in GitHub Desktop.
Save gsmendoza/174494 to your computer and use it in GitHub Desktop.
Poor man's micronaut
def todo_describe(object, &block)
describe object do
it "is pending"
end
end
def todo_it(string, &block)
it string
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment