Skip to content
Snippets Groups Projects
Commit 21d21305 authored by Sarah Mei's avatar Sarah Mei
Browse files

Found the magic incantation for devise controller specs.

parent 698dafb3
No related branches found
No related tags found
No related merge requests found
# Copyright (c) 2010, Diaspora Inc. This file is
# licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file.
require File.join(File.dirname(__FILE__), "..", "spec_helper")
describe RegistrationsController do
include Devise::TestHelpers
render_views
before do
request.env["devise.mapping"] = Devise.mappings[:user]
end
describe "#new" do
it "succeeds" do
get :new
response.should be_success
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment