Hi, I''ve been using rspec 2.0.0 beta 8 for a while. All specs pass. Installed beta 9, and more than half fail. Am I the only one who''s seeing this? Not sure what to do to get it all passing using beta 9.. Cheers, Lawrence
On Jun 2, 2010, at 5:57 PM, Lawrence Pit wrote:> Hi, > > I''ve been using rspec 2.0.0 beta 8 for a while. All specs pass. Installed beta 9, and more than half fail. Am I the only one who''s seeing this? Not sure what to do to get it all passing using beta 9..What failures are you seeing? Please post some backtraces (at least one would help).
I now see all the failures are due to all my controller specs always getting a response.body of type String with the value "RSpec-generated template" when I use the beta 9 version. I''m on rails edge. Any idea where this string might originate from? Can''t find it in the rspec nor in the rails source; it''s certainly not in my source.. weird. Cheers, Lawrence>> Hi, >> >> I''ve been using rspec 2.0.0 beta 8 for a while. All specs pass. Installed beta 9, and more than half fail. Am I the only one who''s seeing this? Not sure what to do to get it all passing using beta 9.. >> > > What failures are you seeing? Please post some backtraces (at least one would help). >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20100603/5b310264/attachment.html>
On Jun 2, 2010, at 9:19 PM, Lawrence Pit wrote:> I now see all the failures are due to all my controller specs always getting a response.body of type String with the value "RSpec-generated template" when I use the beta 9 version. > > I''m on rails edge. > > Any idea where this string might originate from? Can''t find it in the rspec nor in the rails source; it''s certainly not in my source.. weird.Read the bit about controller specs and rendering views on http://github.com/rspec/rspec-rails.> > > > Cheers, > Lawrence > >>> Hi, >>> >>> I''ve been using rspec 2.0.0 beta 8 for a while. All specs pass. Installed beta 9, and more than half fail. Am I the only one who''s seeing this? Not sure what to do to get it all passing using beta 9.. >>> >> >> What failures are you seeing? Please post some backtraces (at least one would help). >> > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
>> I now see all the failures are due to all my controller specs always getting a response.body of type String with the value "RSpec-generated template" when I use the beta 9 version. >> > Read the bit about controller specs and rendering views on http://github.com/rspec/rspec-rails. >Thanks, all green now with beta 9 Cheers, Lawrence