require 'rspec' describe 'My behaviour' do it 'should do something' do true.should == false end end