Sha256: 4bc91c0e657205da36223112a2fde1aa5149bcafe832ffc6e2202d787505bd79

Contents?: true

Size: 257 Bytes

Versions: 4

Compression:

Stored size: 257 Bytes

Contents

#require 'test_helper'

class NavigationTest < ActionDispatch::IntegrationTest
  fixtures :all

  test "basic gateway_commit delivery_report" do
    get '/action_smser/delivery_reports/gateway_commit/example_gateway'
    assert_response :success
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
action_smser-3.4.1 test/integration/navigation_test.rb
action_smser-3.4.0 test/integration/navigation_test.rb
action_smser-3.3.0 test/integration/navigation_test.rb
action_smser-3.2.0 test/integration/navigation_test.rb