Skip to content

Instantly share code, notes, and snippets.

@noelrappin
Created October 18, 2017 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noelrappin/e7c612af48e1df68acaeb1f7f1bf35bb to your computer and use it in GitHub Desktop.
Save noelrappin/e7c612af48e1df68acaeb1f7f1bf35bb to your computer and use it in GitHub Desktop.
- run:
command: |
bundle exec rspec --profile 10 \
--format RspecJunitFormatter \
--out /tmp/test-results/rspec.xml \
--format progress \
$(circleci tests glob "spec/**/*_spec.rb" | circleci tests split --split-by=timings)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment