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
While attempting to make some small changes to this project I noticed that when running the commands as described in TESTING.md that they did not work. Specifically after running a bundle install I ran bundle exec strainer test and received the error
$ bundle exec strainer test
bundler: command not found: strainer
Install missing gem executables with `bundle install`
I was able to work around this somewhat by manually installing the strainer gem.
The text was updated successfully, but these errors were encountered:
While attempting to make some small changes to this project I noticed that when running the commands as described in TESTING.md that they did not work. Specifically after running a bundle install I ran
bundle exec strainer test
and received the errorI was able to work around this somewhat by manually installing the strainer gem.
The text was updated successfully, but these errors were encountered: