summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Van Doorn <vandoorn.nick@gmail.com>2021-02-17 11:23:57 -0800
committerNicholas Van Doorn <vandoorn.nick@gmail.com>2021-05-03 15:23:22 -0700
commit89f0c7839da2382439be68c7d1cbe96f75b64584 (patch)
tree57299a4df48e51a79befb81f75f1ea93fa1aaf7b
parentd4553b0ede70d7ce5dc2dbb2d317393abdb92bee (diff)
Use `solidus_dev_support` feature helper
We are going to be writing feature specs for new admin user interface components. Note that we can remove the line that requires `rails_helper` as `feature_helper` also includes this. Co-authored-by: Noah Silvera <noah@super.gd>
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index ae3528d..1d5762d 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -8,7 +8,7 @@ require File.expand_path("dummy/config/environment.rb", __dir__).tap { |file|
system "bin/rake extension:test_app" unless File.exist? file
}
-require "solidus_dev_support/rspec/rails_helper"
+require "solidus_dev_support/rspec/feature_helper"
# Requires supporting ruby files with custom matchers and macros, etc,
# in spec/support/ and its subdirectories.