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-12 14:53:24 -0700
commit4c3eda59ea91458fb5af0025ecf0f6e6708f2b4f (patch)
tree23b458f23e8c576b2be00a1bb2f69b608c012b7c
parent9ae8fa8dbd52727a4a4014cadfb63e54e9a65b52 (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.