Skip to content

Commit

Permalink
Don't check if the component exists.
Browse files Browse the repository at this point in the history
  • Loading branch information
RoySegall committed Apr 15, 2015
1 parent bbc2d07 commit 145eb93
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions behat.module
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@
* Including the autoloader generated by composer.
*/

if (!file_exists('src/Behat/autoload.php')) {
throw new Exception(t('Oops... The gherkin component for the Behat module is missing. You can get it with composer.'));
}

require_once 'src/Behat/autoload.php';

0 comments on commit 145eb93

Please sign in to comment.