Sha256: 66b1fdd39b17b4962f14ab6e2b0a5a3f7a8a619e78722a191b1288f287dcce74
Contents?: true
Size: 629 Bytes
Versions: 49
Compression:
Stored size: 629 Bytes
Contents
# == Schema Information # # Table name: wbase_stripe_webhooks # # id :integer not null, primary key # external_id :string # object :string # api_version :string # created :datetime # data :json # livemode :boolean # pending_webhooks :integer # external_type :string # external_request :string # created_at :datetime not null # updated_at :datetime not null # require 'test_helper' module Wbase class StripeWebhookTest < ActiveSupport::TestCase # test "the truth" do # assert true # end end end
Version data entries
49 entries across 49 versions & 1 rubygems