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