get( '/' ); $this->assertRedirect(); } function test_projects() { $this->get( '/projects' ); $this->assertResponseContains( 'Projects' ); $this->assertResponseNotContains( 'baba' ); } }*/