On Wed, Aug 27, 2008 at 12:28 PM, Matt Wynne <[EMAIL PROTECTED]> wrote:
> On a similar vein, is there a neater way to express:
> assigns[:events].include?(@event_1).should be_true

assigns[:events].should include(@event_1)


-- 
Zach Dennis
http://www.continuousthinking.com
http://www.mutuallyhuman.com
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to