Sha256: ad15eb84d9f7b73c471d95e089cfdfded5a249ec153845cf26707fcc0b59f6a1

Contents?: true

Size: 288 Bytes

Versions: 104

Compression:

Stored size: 288 Bytes

Contents

require 'test_helper'

module UserMgmt
  class RegistrationsControllerTest < ActionController::TestCase
    test "should get new" do
      get :new
      assert_response :success
    end

    test "should get create" do
      get :create
      assert_response :success
    end

  end
end

Version data entries

104 entries across 104 versions & 1 rubygems

Version Path
user_mgmt-2.1.5 test/controllers/user_mgmt/registrations_controller_test.rb
user_mgmt-2.1.4 test/controllers/user_mgmt/registrations_controller_test.rb
user_mgmt-2.1.3 test/controllers/user_mgmt/registrations_controller_test.rb
user_mgmt-2.1.2 test/controllers/user_mgmt/registrations_controller_test.rb
user_mgmt-2.1.1 test/controllers/user_mgmt/registrations_controller_test.rb
user_mgmt-2.1.0 test/controllers/user_mgmt/registrations_controller_test.rb
user_mgmt-2.0.0 test/controllers/user_mgmt/registrations_controller_test.rb
user_mgmt-1.1.1 test/controllers/user_mgmt/registrations_controller_test.rb
user_mgmt-1.1.0 test/controllers/user_mgmt/registrations_controller_test.rb
user_mgmt-1.0.9 test/controllers/user_mgmt/registrations_controller_test.rb
user_mgmt-1.0.8 test/controllers/user_mgmt/registrations_controller_test.rb
user_mgmt-1.0.7 test/controllers/user_mgmt/registrations_controller_test.rb
user_mgmt-1.0.6 test/controllers/user_mgmt/registrations_controller_test.rb
user_mgmt-1.0.5 test/controllers/user_mgmt/registrations_controller_test.rb
user_mgmt-1.0.4 test/controllers/user_mgmt/registrations_controller_test.rb
user_mgmt-1.0.3 test/controllers/user_mgmt/registrations_controller_test.rb
user_mgmt-1.0.2 test/controllers/user_mgmt/registrations_controller_test.rb
user_mgmt-1.0.1 test/controllers/user_mgmt/registrations_controller_test.rb
user_mgmt-1.0 test/controllers/user_mgmt/registrations_controller_test.rb
user_mgmt-0.9.3 test/controllers/user_mgmt/registrations_controller_test.rb