Sha256: e1f256a6dd934d455746c55b0f1f48e0d33ccefd1428122899581c3e4e59d047

Contents?: true

Size: 338 Bytes

Versions: 3

Compression:

Stored size: 338 Bytes

Contents

dependencies:
  override:
    - bundle check --path=vendor/bundle || bundle install --path=vendor/bundle --jobs=4 --retry=3
    - cp config/application.yml.example config/application.yml
test:
  override:
    - RAILS_ENV=test bundle exec rspec -r rspec_junit_formatter --format RspecJunitFormatter -o $CIRCLE_TEST_REPORTS/rspec/junit.xml

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
generapp-0.4.0 templates/circle.yml
generapp-0.3.2 templates/circle.yml
generapp-0.3.1 templates/circle.yml