Sha256: ac8a0e05b82bb02ec67e38acc6cb590a4219e9801763a4705b5bac15309be3ce

Contents?: true

Size: 721 Bytes

Versions: 1

Compression:

Stored size: 721 Bytes

Contents

commands:

  test:
    help: test
    description: execute ruby tests
    command: rake test

  phpunit:
    help: phpunit
    description: execute php tests
    command: ./bin/vendor/phpunit --configuration=tests/phpunit.xml

  ls:
    description: List /tmp folder
    command: ls /tmp | head

  ls_current:
    description: List current dir
    command: ls .

  ls_with_error:
    description: list folder that does not exist
    command: ls /tmp/file_that_does_not_exist

groups:
  list_all:
    description: list directories
    break_on_failure: true
    commands:
      - ls
      - ls_current

  list_some:
    description: list directories
    break_on_failure: false
    commands:
      - ls
      - ls_current

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
carrasco-0.1.6 .carrasco.yml