Skip to content

Commit 7020bf5

Browse files
Fix tests locally
If Rails isn't installed locally then this will fail.
1 parent 6faee34 commit 7020bf5

File tree

1 file changed

+1
-1
lines changed
  • lib/solidus_dev_support/templates/extension/bin

1 file changed

+1
-1
lines changed

lib/solidus_dev_support/templates/extension/bin/sandbox.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ rm -rf ./sandbox
3131

3232
echo "~~~> Creating a pristine Rails app"
3333
rails_version=`bundle exec ruby -e'require "rails"; puts Rails.version'`
34-
rails _${rails_version}_ new sandbox \
34+
unbundled bundle exec rails _${rails_version}_ new sandbox \
3535
--database="${DB:-sqlite3}" \
3636
--skip-git \
3737
--skip-keeps \

0 commit comments

Comments
 (0)