mongomatic
mongomatic copied to clipboard
Add support for RSpec its([:key]) {...} syntax
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