Sha256: cf7e4efd0c16a5f41c6e41d210ce296401c196d522ea481d48687a8d06439207

Contents?: true

Size: 689 Bytes

Versions: 12

Compression:

Stored size: 689 Bytes

Contents

require 'test_helper'

class Contour::RegistrationsControllerTest < ActionController::TestCase
  setup do
    login(users(:admin))
    request.env["devise.mapping"] = Devise.mappings[:user]
  end
  
  # test "an admin should be able to create new user" do
  #   assert_difference('User.count') do
  #     post :create, :user => {:first_name => 'First Name', :last_name => 'Last Name', :status => 'active', :email => 'new_registration@example.com',
  #       :steering_committee => true, :steering_committee_secretary => false, :pp_committee => false, :pp_committee_secretary => false, :system_admin => false}
  #   end
  # 
  #   assert_redirected_to user_path(assigns(:user))
  # end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
contour-0.9.3 test/functional/registrations_controller_test.rb
contour-0.9.2 test/functional/registrations_controller_test.rb
contour-0.9.1 test/functional/registrations_controller_test.rb
contour-0.9.0 test/functional/registrations_controller_test.rb
contour-0.8.4 test/functional/registrations_controller_test.rb
contour-0.8.3 test/functional/registrations_controller_test.rb
contour-0.8.2 test/functional/registrations_controller_test.rb
contour-0.8.1 test/functional/registrations_controller_test.rb
contour-0.8.0 test/functional/registrations_controller_test.rb
contour-0.7.2 test/functional/registrations_controller_test.rb
contour-0.7.1 test/functional/registrations_controller_test.rb
contour-0.7.0 test/functional/registrations_controller_test.rb