public function testNotRedirectIfNotAuthenticated()
    {
        $guard = Mockery::mock('Illuminate\Auth\Guard');
        $guard->shouldReceive('check')->andReturn(false);