Skip to content

Commit

Permalink
Adding first behat pass
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed May 4, 2015
1 parent ec51d3e commit 2da1c33
Show file tree
Hide file tree
Showing 5 changed files with 723 additions and 3 deletions.
7 changes: 7 additions & 0 deletions behat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
default:
extensions:
Laracasts\Behat:
# env_path: .env.behat
Behat\MinkExtension:
default_session: laravel
laravel: ~
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@
"phpunit/phpunit": "~4.0",
"phpspec/phpspec": "~2.1",
"barryvdh/laravel-ide-helper": "~2.0@dev",
"barryvdh/laravel-debugbar": "~2.0"
"barryvdh/laravel-debugbar": "~2.0",
"behat/behat": "~3.0@dev",
"behat/mink": "~1.7@dev",
"behat/mink-extension": "~2.0@dev",
"laracasts/behat-laravel-extension": "dev-master"
},
"repositories": [
{
Expand Down
Loading

0 comments on commit 2da1c33

Please sign in to comment.