Discovering New Features Together: Behind the Scenes
- ...
- Michael: haha
- Mike: i've never had an apricot
- Michael: haha neither have i
- Michael: i was just trying to one up your randomness
- ...
describe 'jagoff'
it 'should be mike keen' do
@jagoff1 = Jagoff.new
@jagoff1.name.downcase.should == 'mike keen'
end
end
1 year ago