Skip to content

Instantly share code, notes, and snippets.

@raucao
Created September 25, 2012 16:09
Show Gist options
  • Save raucao/3782831 to your computer and use it in GitHub Desktop.
Save raucao/3782831 to your computer and use it in GitHub Desktop.
module MiniTest
class Spec
class << self
alias_method :context, :describe
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment