> I'm looking through my specs and they work great, but they don't read > as English. I'm wondering how others are phrasing these. Here are > some examples: > > describe Agent do > it 'should be possible to create one' do > end > end
Does
describe Agent do
it 'should be createable' do
# stuff
end
end
work for you?
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users
