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
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
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
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
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