Wouldn't this be an implementation bound spec? Best, Sidu. http://c42.in
On 7 September 2011 11:09, Justin Ko <[email protected]> wrote: > > > On Tue, Sep 6, 2011 at 9:40 PM, slavix <[email protected]> wrote: >> >> Hello, >> Is there any way to test model inheritance in spec? >> >> something like.. >> it { ChildModel.should < ParentModel } >> >> thanks. >> _______________________________________________ >> rspec-users mailing list >> [email protected] >> http://rubyforge.org/mailman/listinfo/rspec-users > > specify { ChildModel.should be < ParentModel } > _______________________________________________ > rspec-users mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
