You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -642,21 +642,21 @@ f.close()
642
642
This package also provides a CLI tool for running your Featurevisor [project](https://featurevisor.com/docs/projects/)'s test specs and benchmarking against this Ruby SDK.
643
643
644
644
- Global installation: you can access it as `featurevisor`
645
-
- Local installation: you can access it as `vendor/bundle/ruby/X.Y.Z/bin/featurevisor`
645
+
- Local installation: you can access it as `bundle exec featurevisor`
646
646
- From this repository: you can access it as `bin/featurevisor`
647
647
648
648
### Test
649
649
650
650
Learn more about testing [here](https://featurevisor.com/docs/testing/).
651
651
652
652
```bash
653
-
featurevisor test --projectDirectoryPath="/absolute/path/to/your/featurevisor/project"
653
+
$ bundle execfeaturevisor test --projectDirectoryPath="/absolute/path/to/your/featurevisor/project"
@@ -702,7 +702,7 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
702
702
### Running tests
703
703
704
704
```bash
705
-
bundle exec rspec
705
+
$ bundle exec rspec
706
706
```
707
707
708
708
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
0 commit comments