Sha256: c6372d8c2c85e8416cf3fd1544943293afb1efae9381b0e35a4e65dbc6420da3

Contents?: true

Size: 180 Bytes

Versions: 3

Compression:

Stored size: 180 Bytes

Contents

require 'test_helper'

class WelcomeControllerTest < ActionController::TestCase

	test 'controller has a #authorize! method' do
		assert defined?(@controller.authorize!)
	end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
action_control-0.3 test/dummy/test/controllers/welcome_controller_test.rb
action_control-0.2 test/dummy/test/controllers/welcome_controller_test.rb
action_control-0.1 test/dummy/test/controllers/welcome_controller_test.rb