diff --git a/.circleci/config.yml b/.circleci/config.yml index 061abdf0..c35196f4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,6 +29,11 @@ jobs: command: bundle -v - ruby/install-deps + # Run RSpec tests + - run: + name: Run RSpec tests + command: bundle exec rspec + # Orchestrate jobs using workflows # See: https://circleci.com/docs/workflows/ & https://circleci.com/docs/configuration-reference/#workflows workflows: