Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/sprockets_rails_test.rb')
-rw-r--r--test/sprockets_rails_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sprockets_rails_test.rb b/test/sprockets_rails_test.rb
index 4969f289..669e3f26 100644
--- a/test/sprockets_rails_test.rb
+++ b/test/sprockets_rails_test.rb
@@ -14,7 +14,7 @@ class SprocketsRailsTest < Minitest::Test
Bundler.with_original_env do
system({ 'BUNDLE_GEMFILE' => File.join(GEM_PATH, 'Gemfile'),
'RAILS_ENV' => 'production' },
- 'bundle exec rake assets:precompile')
+ 'bundle && bundle exec rake assets:precompile')
end
end
end