Skip to content

Commit 6bdd69d

Browse files
committed
docs(predict): remove implicit step (binstubs)
1 parent b58d23a commit 6bdd69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus/docs/ruby/predict.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Given the following configuration on CI:
5959
KNAPSACK_PRO_PREDICT_DISABLED_ON_BRANCHES='main,staging' \
6060
KNAPSACK_PRO_PREDICT_DISABLED_ON_CHANGED_FILES='{Gemfile,Gemfile.lock}' \
6161
KNAPSACK_PRO_PREDICT_ALWAYS_RUN_TESTS='spec/features/**/*_spec.rb' \
62-
bin/rake "knapsack_pro:queue:rspec"
62+
bundle exec rake "knapsack_pro:queue:rspec"
6363
```
6464

6565
You can expect the following behaviour:

0 commit comments

Comments
 (0)