describe '.given_user_can_read?' do
    it 'returns false if there is no given user' do
      expect(given_user_can_read?(nil)).to be false
    end