Skip to content
Snippets Groups Projects
Commit 61355823 authored by Takuya Noguchi's avatar Takuya Noguchi
Browse files

Unify the Rspec options into a single pattern

parent c002f7cd
No related branches found
No related tags found
2 merge requests!76heptapod#711: 0.34 is the new stable,!73Sync up to upstream Omnibus GitLab 15.1
--color
--color --format RspecJunitFormatter --out junit_rspec.xml --format documentation
......@@ -175,7 +175,7 @@
<<: *com-except-triggers-docs-and-deps
retry: 1
script:
- bundle exec rspec --color --format RspecJunitFormatter --out junit_rspec.xml --format documentation spec/lib
- bundle exec rspec spec/lib
artifacts:
reports: &spec_reports
junit: junit_rspec.xml
......@@ -197,7 +197,7 @@
- cp knapsack/${DISTRO_NAME}_${DISTRO_VERSION}_main_rspec_report.json ${KNAPSACK_REPORT_PATH}.bak
- rm -f knapsack/*.json
- mv ${KNAPSACK_REPORT_PATH}.bak ${KNAPSACK_REPORT_PATH}
- bundle exec rake "knapsack:rspec[--color --format RspecJunitFormatter --out junit_rspec.xml --format documentation]"
- bundle exec rake knapsack:rspec
artifacts:
<<: *knapsack-artifacts
reports:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment