Class: PageControllerTest

Inherits:
ActionController::TestCase
  • Object
show all
Defined in:
lib/kowl/templates/tests/minitest/controllers/pages_controller_test.rb

Instance Method Summary collapse

Instance Method Details

#welcomeObject



6
7
8
9
# File 'lib/kowl/templates/tests/minitest/controllers/pages_controller_test.rb', line 6

def welcome
  get welcome_path
  assert_response :success
end