Sha256: 62eaaacd255da1230c9adb0f6555f1a816654c00816bfca78eb5d4700afea513

Contents?: true

Size: 256 Bytes

Versions: 3

Compression:

Stored size: 256 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

3 entries across 3 versions & 1 rubygems

Version Path
action_smser-3.1.2 test/integration/navigation_test.rb
action_smser-3.1.1 test/integration/navigation_test.rb
action_smser-3.1.0 test/integration/navigation_test.rb