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