Skip to content

Instantly share code, notes, and snippets.

@sbellware
Created November 28, 2010 16:11
Show Gist options
  • Select an option

  • Save sbellware/719056 to your computer and use it in GitHub Desktop.

Select an option

Save sbellware/719056 to your computer and use it in GitHub Desktop.
module RSpec
module Core
class ExampleGroup
alias_example_to :observe
end
module ObjectExtensions
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