Sha256: 20077cddb10ebfdf291fe6f6df4273460ea310ea887b02c8effbf9fdd037fb67
Contents?: true
Size: 240 Bytes
Versions: 3
Compression:
Stored size: 240 Bytes
Contents
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
3 entries across 3 versions & 1 rubygems