Sha256: 20060e7315d8933f47b59576fdb3eb68ce070bd5c8766a11957b7c8480d3da56

Contents?: true

Size: 164 Bytes

Versions: 1

Compression:

Stored size: 164 Bytes

Contents

require 'test_helper'

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bot-0.0.1 test/integration/navigation_test.rb