diff options
author | Jared Norman <jared@super.gd> | 2020-06-24 11:45:09 -0700 |
---|---|---|
committer | Jared Norman <jared@super.gd> | 2020-06-24 11:45:09 -0700 |
commit | dc52d0cec7f349d02f3fbd6f2ade0a113331d4d4 (patch) | |
tree | e210d8c8b93d970dba84e47ce7539d90a6e55c27 /lib | |
parent | 6ee2311e1a2ea912a4a58fd42d10fac083cd18ae (diff) |
Add default require file
While bundler knows to translate the dashes in gem names into slashes
for namespaced gems, there's some interplay between solidus_core's test
helpers and solidus_dev_support that ends up trying to require the name
of the gem without bundler's fallback logic.
This just makes it so everything plays nice with the namespaced gem
name.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/super_good-solidus_taxjar.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/super_good-solidus_taxjar.rb b/lib/super_good-solidus_taxjar.rb new file mode 100644 index 0000000..e41f8a4 --- /dev/null +++ b/lib/super_good-solidus_taxjar.rb @@ -0,0 +1 @@ +require 'super_good/solidus_taxjar' |