Skip to content

Commit

Permalink
Merge pull request #113 from akshatkedia/patch-1
Browse files Browse the repository at this point in the history
Missing closing brace
  • Loading branch information
rmm5t authored Jul 1, 2018
2 parents 31b948d + 6a61bd7 commit a5135ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ describe "Billing Events" do
end

describe "customer.created" do
let(:payload) { File.read("spec/support/fixtures/evt_customer_created.json")
let(:payload) { File.read("spec/support/fixtures/evt_customer_created.json") }
before(:each) { bypass_event_signature payload }

it "is successful" do
Expand Down

0 comments on commit a5135ca

Please sign in to comment.