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 651f580 commit eb5c993Copy full SHA for eb5c993
.github/workflows/test.yml
@@ -20,4 +20,4 @@ jobs:
20
with:
21
ruby-version: ${{ matrix.ruby_version }}
22
- run: "bundle install"
23
- - run: "bundle exec rake spec"
+ - run: "bundle exec rspec"
0 commit comments