On Wed, May 1, 2013 at 5:07 PM, Mostafa Hussein <li...@ruby-forum.com>wrote:

>
>      before { visit mailers_path }
>

This should probably be
   before {visit new_mailer_path}

mailers_path takes you to /mailers -> MailerController#index method
Check out http://guides.rubyonrails.org/routing.html#paths-and-urls


Vighnesh
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to