Sha256: c8456a1686d4bde3c66908ee81f1104725aee9c4dcf40d6a7f38e9fd21529de1

Contents?: true

Size: 255 Bytes

Versions: 14

Compression:

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

14 entries across 14 versions & 1 rubygems

Version Path
action_smser-3.0.0 test/integration/navigation_test.rb
action_smser-2.2.0 test/integration/navigation_test.rb
action_smser-2.1.2 test/integration/navigation_test.rb
action_smser-2.1.1 test/integration/navigation_test.rb
action_smser-2.1.0 test/integration/navigation_test.rb
action_smser-2.0.2 test/integration/navigation_test.rb
action_smser-2.0.1 test/integration/navigation_test.rb
action_smser-2.0.0 test/integration/navigation_test.rb
action_smser-1.2.1 test/integration/navigation_test.rb
action_smser-1.2.0 test/integration/navigation_test.rb
action_smser-1.1.1 test/integration/navigation_test.rb
action_smser-1.1.0 test/integration/navigation_test.rb
action_smser-1.0.1 test/integration/navigation_test.rb
action_smser-1.0.0 test/integration/navigation_test.rb