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 11b9fe3 commit 5d0bbe0Copy full SHA for 5d0bbe0
spec/commands/sync_spec.sh
@@ -78,7 +78,7 @@ gem 'minitest'
78
EOF
79
80
# Initial sync - install both gems
81
- rb -R $RUBIES_DIR sync >/dev/null 2>&1
+ rb -R "$RUBIES_DIR" sync >/dev/null 2>&1
82
83
# Verify both gems are in Gemfile.lock
84
grep -q "rake" Gemfile.lock || fail "rake should be in initial Gemfile.lock"
@@ -91,7 +91,7 @@ gem 'rake'
91
92
93
# Run sync again
94
- When run rb -R $RUBIES_DIR sync
+ When run rb -R "$RUBIES_DIR" sync
95
The status should be success
96
The output should include "Synchronizing"
97
0 commit comments