Skip to content

Instantly share code, notes, and snippets.

@knzconnor
Created February 24, 2009 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knzconnor/69858 to your computer and use it in GitHub Desktop.
Save knzconnor/69858 to your computer and use it in GitHub Desktop.
class RspecInTU
class << self
alias it define_method
end
it "should say hello" do
puts "hello"
end
end
RspecInTU.new.send "should say hello"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment