Implement working mailer and controller
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe PasswordResetsController do
|
||||
|
||||
describe "GET 'new'" do
|
||||
it "returns http success" do
|
||||
get 'new'
|
||||
response.should be_success
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user