diff --git a/tests/Feature/RelationshipsTest.php b/tests/Feature/RelationshipsTest.php index 8c01c05..933de3b 100644 --- a/tests/Feature/RelationshipsTest.php +++ b/tests/Feature/RelationshipsTest.php @@ -34,6 +34,7 @@ class RelationshipsTest extends TestCase Task::create(['name' => 'Some task']); $response = $this->get('/tasks'); + $response->assertSeeText('Some task'); $response->assertStatus(200); }