On Wed, May 1, 2013 at 5:07 PM, Mostafa Hussein <[email protected]>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 [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
