notebook/test/controllers/navigator_controller_test.rb
2017-04-30 01:57:44 +01:00

10 lines
166 B
Ruby

require 'test_helper'
class NavigatorControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end