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 45275f6 commit 5b8a857Copy full SHA for 5b8a857
.github/workflows/test.yml
@@ -52,4 +52,4 @@ jobs:
52
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
53
- name: Run Tests
54
run: |
55
- bundle exec rspec --order rand -cfd spec
+ bundle exec rspec -cfd spec
0 commit comments