Sha256: fd94ebb52b85618eb10143f454a5df00b3c568aa6d12f45a057a976380183222
Contents?: true
Size: 528 Bytes
Versions: 12
Compression:
Stored size: 528 Bytes
Contents
class DummyStripesControllerSpec < ApplicationSystemTestCase setup do Dummy::Application.configure do config.stripe.publishable_key = 'pk_test_XXXYYYZZZ' end end test "loading the default javascript helper" do visit new_stripe_url assert_text 'This page tests the loading and initialization of Stripe JS' end test "loading the v2 version of the javascript helper" do visit new_stripe_url(version: 'v2') assert_text 'This page tests the loading and initialization of Stripe JS' end end
Version data entries
12 entries across 12 versions & 1 rubygems