Browse Source

Add `--deployment` flag check to ruby-bundler test

David Rodríguez 6 years ago
parent
commit
1453bcaf51
1 changed files with 2 additions and 0 deletions
  1. 2 0
      test/tests/ruby-bundler/container.sh

+ 2 - 0
test/tests/ruby-bundler/container.sh

@@ -12,3 +12,5 @@ BUNDLE_FROZEN=0 bundle install
 cp Gemfile.lock Gemfile.lock.orig
 BUNDLE_FROZEN=1 bundle install
 diff -u Gemfile.lock.orig Gemfile.lock >&2
+bundle install --deployment
+diff -u Gemfile.lock.orig Gemfile.lock >&2