Skip to content

Commit

Permalink
fix spacing for rspec command
Browse files Browse the repository at this point in the history
  • Loading branch information
kbhoffmann committed Mar 18, 2022
1 parent 37d4e62 commit 01416ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
command: bundle exec rails db:create db:schema:load
# Run rspec in parallel
- ruby/rspec-test
label: RSpec tests
include: spec/**/*_spec.rb
label: RSpec tests
include: spec/**/*_spec.rb

# We use workflows to orchestrate the jobs that we declared above.
workflows:
Expand Down

0 comments on commit 01416ad

Please sign in to comment.