peridot-php / peridot

Event driven BDD test framework for PHP
http://peridot-php.github.io/
MIT License
328 stars 27 forks source link

Default specs directory and move Context into Core #146

Closed brianium closed 9 years ago

brianium commented 9 years ago

The new default spec directory is specs/ instead of the current working directory. This PR also adds Context into the Core namespace.

Fixes #130 and Fixes #145

coveralls commented 9 years ago

Coverage Status

Coverage increased (+0.15%) to 96.34% when pulling e2e49944135b0f9eb014704d5f5b35da6de7bdad on brianium:peridot-next/default-spec-dir into 2fbe61e2f51229eb78aca8629d52be497778e2ba on peridot-php:2.0.

brianium commented 9 years ago

@austinsmorris this was originally 2 PRs, but I moved them into 1 since there wasn't a lot going on, and also I forgot to rebase the default dir feature against master. It's cool - this is dev, and the commit log won't look any different.