Skip to content

Instantly share code, notes, and snippets.

@knzai
Created February 24, 2009 23:12
Show Gist options
  • Save knzai/69858 to your computer and use it in GitHub Desktop.
Save knzai/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