Re: [rspec-users] be_true and be_false are suddenly undefined

2009-12-24 Thread Matt Wynne
On 24 Dec 2009, at 06:09, Doug wrote: after upgrading cucumber to 5.1 be_true and be_false are undefined switching to == true or == false works. ??? thanks. The rails integration changed quite a bit for that release. See [1] plus a few recent threads on this list. It sounds like your sp

Re: [rspec-users] Problem with Before Filters

2009-12-24 Thread Amit Kulkarni
Thanks a lot David. I am now getting familiar with before filters. I am writing spec without using mocks so i need to just pass the proper parameter to get pass the filter. -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-use

Re: [rspec-users] undefined method `route_for

2009-12-24 Thread Amit Kulkarni
Yes,Thanks a lot Andrew. The last two lines were not commented in routes.rb because of that it was matching default.Now i commented out those line and it was catching if undefined routes are given. -- Posted via http://www.ruby-forum.com/. ___ rspec-use

Re: [rspec-users] Display Rspec output in an html file

2009-12-24 Thread Amit Kulkarni
Ok.Thanks a lot David -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] Spec'ing Inherited Resource Controllers

2009-12-24 Thread David Chelimsky
On Thu, Dec 24, 2009 at 1:45 AM, Juanma Cervera wrote: > Hello, > > I am trying to write the specs for controllers that use > InheritedResource. > Can somebody tell me if this is possible? > I have read that I have to use integrated_views, but even in that case > it doesn't work. > I have posted a