Sha256: fb0c6e8db9bcf368cb2330db62efb143ba5886d59773042fd0fc53ac0f5e0b78
Contents?: true
Size: 269 Bytes
Versions: 1
Compression:
Stored size: 269 Bytes
Contents
# frozen_string_literal: true require 'test_helper' class NavigationTest < ActionDispatch::IntegrationTest include PaymentTest::Engine.routes.url_helpers test 'can see the payment test info page' do get '/payment_test' assert_response :success end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
killbill-payment-test-ui-2.0.1 | test/integration/navigation_test.rb |