Re: [rspec-users] rspec error's when checking LayoutLinks from the railstutorials

2010-10-30 Thread Andrei Kulakov
This is webrat 0.7.2 problem https://webrat.lighthouseapp.com/projects/10503/tickets/398-failureerror-unable-to-find-matching-line-from-backtrace Everything works fine with webrat 0.7.1 -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing l

Re: [rspec-users] rspec error's when checking LayoutLinks from the railstutorials

2010-10-25 Thread Lipu
Hi Daniel, Did you figure out a way to solve this problem? I run into the same problem tool. Regards Lipu On Oct 21, 1:27 am, Daniel Palacio wrote: > I am following the rails > tutorial:http://railstutorial.org/chapters/filling-in-the-layout#top > > Basically the test is something like: > > sp

Re: [rspec-users] rspec error's when checking LayoutLinks from the railstutorials

2010-10-21 Thread David Chelimsky
On Oct 20, 2010, at 6:27 PM, Daniel Palacio wrote: > I am following the rails tutorial: > http://railstutorial.org/chapters/filling-in-the-layout#top > > Basically the test is something like: > > spec/requests/layout_links_spec.rb > require 'spec_helper' > > describe "LayoutLinks" do > > it