Skip to content

Commit c5793ee

Browse files
MrSerthDome-GER
authored andcommitted
GitHub Actions: Use RSpec command without manual requires
Since aligning our RSpec setup to the recommended defaults, we don't need the manual require statements any longer.
1 parent b29236c commit c5793ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
env:
8888
RAILS_ENV: test
8989
CC_TEST_REPORTER_ID: true
90-
run: bundle exec rspec --color --format RSpec::Github::Formatter --format progress --require spec_helper --require rails_helper
90+
run: bundle exec rspec --color --format RSpec::Github::Formatter --format progress
9191

9292
- name: Upload coverage reports to Codecov
9393
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)