move PasswordsController specs to the new appropiate location

This commit is contained in:
Jonne Haß 2014-02-10 10:18:20 +01:00
parent 3a616469f4
commit 2e8dc8fb61

View file

@ -4,13 +4,13 @@
require 'spec_helper'
describe Devise::PasswordsController do
describe PasswordsController do
include Devise::TestHelpers
before do
@request.env["devise.mapping"] = Devise.mappings[:user]
end
describe "#create" do
context "when there is no such user" do
it "succeeds" do