Sha256: d8b3718414ea6c3b11153b27cc969e46db526b7b8c467ecd7685f7efbdcd5c41
Contents?: true
Size: 361 Bytes
Versions: 17
Compression:
Stored size: 361 Bytes
Contents
require "test_helper" class PaymentMethodsAcceptanceTest < ActionDispatch::IntegrationTest test "payment_methods when no payment method is configured" do PaymentMethod.delete_all visit admin_path click_link 'Payment methods' assert page.has_content?("You have not setup any payment method. User wil not be able to make payment") end end
Version data entries
17 entries across 17 versions & 1 rubygems