Skip to content

Commit

Permalink
Merge pull request #16 from ykitade/modifyBehatYml
Browse files Browse the repository at this point in the history
Fix wrong indent that causes error in runbehat
  • Loading branch information
Antonio Ramirez committed Oct 6, 2012
2 parents 5c8d985 + daee63c commit 450359f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/behat.yml
Expand Up @@ -7,14 +7,14 @@ default:
name: 'pretty' name: 'pretty'
extensions: extensions:
../common/lib/Behat/extensions/mink_extension.phar: ../common/lib/Behat/extensions/mink_extension.phar:
mink_loader: '../common/lib/Behat/mink.phar' mink_loader: '../common/lib/Behat/mink.phar'
## there will be your website base url for relative paths in step definitions. ## there will be your website base url for relative paths in step definitions.
base_url: 'http://example.com' base_url: 'http://example.com'
default_session: goutte default_session: goutte
goutte: ~ goutte: ~
## Scenarios tagged with @javascript will be processed with `sahi` driver ## Scenarios tagged with @javascript will be processed with `sahi` driver
javascript_session: sahi javascript_session: sahi
sahi: ~ sahi: ~
## You can import your local overrides as such: ## You can import your local overrides as such:
# imports: # imports:
# - 'behat-local.yml' # - 'behat-local.yml'

0 comments on commit 450359f

Please sign in to comment.