version: 2 jobs: build: docker: - image: circleci/ruby:2.5.1-node steps: - checkout - run: bundle install - type: shell command: bundle exec rake spec