1
0
mirror of synced 2026-08-05 22:56:55 +00:00

add new table

This commit is contained in:
Rimian Perkins
2019-12-03 13:03:10 +11:00
parent 6d71d26574
commit bdba7686d3
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ module DiscoursePatrons
let(:stripe_customer) { { id: 'cus_id4567' } }
it "has a table name" do
expect(described_class.table_name).to eq "discourse_patrons_customers"
expect(described_class.table_name).to eq "discourse_subscriptions_customers"
end
it "creates" do