We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0332dc6 commit 429373cCopy full SHA for 429373c
test/support/sprockets_helpers.rb
@@ -6,7 +6,7 @@ def available?
6
# We also can't scan for defined?(Sprockets) because this is used to
7
# require Sprockets in the config/application.rb
8
# !!Bundler.locked_gems.specs.find {|gem_spec| gem_spec.name == 'sprockets'}
9
- ENV['BUNDLE_GEMFILE'] !~ /no_sprockets/
+ false
10
end
11
12
# The block depends on sprockets, don't run it if sprockets is missing
0 commit comments