class RspecInTU class << self alias it define_method end it "should say hello" do puts "hello" end end RspecInTU.new.send "should say hello"