require 'rspec' describe "true is true" do it "is true" do true.should_not be end end