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