Skip to content

Commit

Permalink
Merge pull request #200 from solidusio/kennyadsl/spec-helper-name
Browse files Browse the repository at this point in the history
Use the correct spec helper name
  • Loading branch information
kennyadsl authored May 23, 2023
2 parents 748dce3 + 1879091 commit 9f598c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/solidus_paypal_commerce_platform_spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

require 'solidus_starter_frontend_helper'
require 'solidus_starter_frontend_spec_helper'

Dir["#{__dir__}/support/solidus_paypal_commerce_platform/**/*.rb"].sort.each { |f| require f }

0 comments on commit 9f598c2

Please sign in to comment.