Sha256: 82ab70652b7f33e5f43503ad44d9fb4177a263ab4c237cb143a81385b8195e5f

Contents?: true

Size: 637 Bytes

Versions: 3

Compression:

Stored size: 637 Bytes

Contents

# #TODO This should be a modularized feature

# require "spec_helper"

# feature "User signup" do
#   let!(:account) { FactoryGirl.create(:account) }
#   let(:root_url) { "http://#{account.subdomain}.example.com/" }

#   before do
    
#   end

#   scenario "under an account" do
#     visit root_url
#     click_link "New User?"
#     fill_in "Email", :with => "user@example.com"
#     fill_in "Password", :with => "password"
#     fill_in "Password confirmation", :with => "password"
#     click_button "Sign up"
#     page.should have_content("You have signed up successfully.")
#     page.current_url.should == root_url
#   end
# end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mtdevise-1.5.3 spec/features/users/sign_up_spec.rb
mtdevise-1.5.2 spec/features/users/sign_up_spec.rb
mtdevise-1.5.0 spec/features/users/sign_up_spec.rb