Sha256: 73fb70267c989164309c8ad36c7585161c35feb9db1399934ee0f1e2d124b8fa

Contents?: true

Size: 461 Bytes

Versions: 1

Compression:

Stored size: 461 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

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

# to be implemented
groups:
  qa:
    - test
    - phpunit

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
carrasco-0.1.5 .carrasco.yml