mongomatic icon indicating copy to clipboard operation
mongomatic copied to clipboard

Add support for RSpec its([:key]) {...} syntax

Open jsmestad opened this issue 14 years ago • 0 comments

Right now you have to do

subject { object.doc }

its([:created_at]) { should be_a(Time) }

we should add support for object to respond to method calls [:...] for rspec's sake

jsmestad avatar May 08 '11 20:05 jsmestad