This broke the tests.

This commit is contained in:
James Cole 2015-01-03 18:09:44 +01:00
parent df08b9c5c6
commit c230b3a806

View File

@ -72,7 +72,6 @@ class TestContentSeeder extends Seeder
*/ */
public function run() public function run()
{ {
return;
if (App::environment() == 'testing' || App::environment() == 'homestead') { if (App::environment() == 'testing' || App::environment() == 'homestead') {
$user = User::whereEmail('thegrumpydictator@gmail.com')->first(); $user = User::whereEmail('thegrumpydictator@gmail.com')->first();