Module: MinitestShopifyThemes
- Defined in:
- lib/minitest_shopify_themes.rb,
lib/minitest_shopify_themes/version.rb,
lib/minitest_shopify_themes/local_file_system.rb
Defined Under Namespace
Classes: Configuration, LiquidTest, LocalFileSystem, ViewTest
Constant Summary collapse
- VERSION =
"0.3.0"
Class Method Summary collapse
-
.configuration ⇒ Object
loader.eager_load # optionally.
- .configure {|configuration| ... } ⇒ Object
- .loader ⇒ Object
Class Method Details
.configuration ⇒ Object
loader.eager_load # optionally
12 13 14 |
# File 'lib/minitest_shopify_themes.rb', line 12 def self.configuration @configuration ||= Configuration.new end |
.configure {|configuration| ... } ⇒ Object
16 17 18 |
# File 'lib/minitest_shopify_themes.rb', line 16 def self.configure yield configuration end |
.loader ⇒ Object
5 6 7 |
# File 'lib/minitest_shopify_themes.rb', line 5 def self.loader @loader ||= Zeitwerk::Loader.for_gem end |