Sha256: 1833c756a84000b4e64dcede9c40d8f53e2bfd17bca2444be61dd8a28b7082da

Contents?: true

Size: 340 Bytes

Versions: 4

Compression:

Stored size: 340 Bytes

Contents

version: 2.1

orbs:
  ruby: circleci/ruby@0.1.2

jobs:
  test_three_zero_zero:
    docker:
      - image: circleci/ruby:3.0.0
    executor: ruby/default
    steps:
      - checkout
      - ruby/bundle-install
      - run:
          name: RSpec
          command: bundle exec rspec

workflows:
  test:
    jobs:
      - test_three_zero_zero

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
zapp-0.2.2 .circleci/config.yml
zapp-0.2.1 .circleci/config.yml
zapp-0.1.1 .circleci/config.yml
zapp-0.1.0 .circleci/config.yml