version: 2 jobs: build: docker: - image: circleci/ruby:2.6.6 steps: - checkout - run: bundle install - run: bundle exec rake spec