Run specs properly

This commit is contained in:
Paweł Jędrzejewski 2013-08-06 18:42:03 +02:00
parent d74e30d9ce
commit 26fa68262e
2 changed files with 2 additions and 4 deletions

View file

@ -34,8 +34,8 @@ script:
- bin/behat --no-snippets --no-paths --verbose -p frontend
- php -d memory_limit=1024M bin/behat --no-snippets --no-paths --verbose -p backend
# - bin/behat --no-snippets --no-paths --verbose -p api
- bin/phpspec run src/Sylius/Bundle/CoreBundle/spec -fpretty --verbose
- bin/phpspec run src/Sylius/Bundle/WebBundle/spec -fpretty --verbose
- cd src/Sylius/Bundle/CoreBundle/
- ../../../../bin/phpspec run src/Sylius/Bundle/CoreBundle/spec -fpretty --verbose
notifications:
email: "travis-ci@sylius.org"

View file

@ -107,7 +107,6 @@ Feature: User account orders page
Examples:
| order | state |
| 000006 | Placed at |
| 000007 | Ready since |
Scenario: Tracking an order that has been sent in its details page
@ -122,7 +121,6 @@ Feature: User account orders page
Examples:
| order | state |
| 000006 | Placed at |
| 000007 | Ready since |
Scenario: Checking that an invoice is available for an order that has been sent