From 01416adb60521708b84ef099efbe621c94fb391e Mon Sep 17 00:00:00 2001 From: Kerri Hoffmann Date: Fri, 18 Mar 2022 08:47:48 -0600 Subject: [PATCH] fix spacing for rspec command --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b530792..68cf45e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: