require 'test_helper' class NavigationTest < ActionDispatch::IntegrationTest test "notify" do post "/bot/kik-notify" assert_equal 200, status end end