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