Re: [rspec-users] Problems with integration test

2011-05-02 Thread Pablo L. de Miranda
Chris, Thank you man, I replaced all my symbol for field name references, and worked fine. Pablo ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] Problems with integration test

2011-05-02 Thread Chris Mear
On 2 May 2011, at 18:04, "Pablo L. de Miranda" wrote: > Hi Chris, > > Thank your for your explanation, but I have a doubt about this. I'm > printing the method test bellow: > it "should create a new account" do >lambda do > visit new_subdomain_path > response.shoul

Re: [rspec-users] Problems with integration test

2011-05-02 Thread Pablo L. de Miranda
Hi Chris, Thank your for your explanation, but I have a doubt about this. I'm printing the method test bellow: it "should create a new account" do lambda do visit new_subdomain_path response.should render_template('subdomains/new') fill_in :nome, :with =

Re: [rspec-users] Problems with integration test

2011-05-02 Thread Chris Mear
On 2 May 2011 13:53, Pablo L. de Miranda wrote: > Hi guys, > > I'm writing a integration test and i'm still have problems with a form field. > The RSpec continues to show me a message bellow: > > Failure/Error: fill_in :password_confirmation, :with => > @attr[:password_confirmation] >     Webrat::

[rspec-users] Problems with integration test

2011-05-02 Thread Pablo L. de Miranda
Hi guys, I'm writing a integration test and i'm still have problems with a form field. The RSpec continues to show me a message bellow: Failure/Error: fill_in :password_confirmation, :with => @attr[:password_confirmation] Webrat::NotFoundError: Could not find field: :password_confirma