Skip to content

Commit 429373c

Browse files
committed
sprockets is no longer available
1 parent 0332dc6 commit 429373c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/sprockets_helpers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def available?
66
# We also can't scan for defined?(Sprockets) because this is used to
77
# require Sprockets in the config/application.rb
88
# !!Bundler.locked_gems.specs.find {|gem_spec| gem_spec.name == 'sprockets'}
9-
ENV['BUNDLE_GEMFILE'] !~ /no_sprockets/
9+
false
1010
end
1111

1212
# The block depends on sprockets, don't run it if sprockets is missing

0 commit comments

Comments
 (0)