Sha256: b0f81f3e1d579ef743d9e14032b5e02e4b71ccab719f5c9bd361d1443e5a8d16
Contents?: true
Size: 382 Bytes
Versions: 2
Compression:
Stored size: 382 Bytes
Contents
# encoding: UTF-8 require 'spec_helper' describe BoletoSimples::Client do describe :userinfo do context :without_authentication do let(:client) { BoletoSimples::Client.new(nil, user_agent: 'Meu e-Commerce (meuecommerce@example.com)') } it { expect(client.userinfo).to eq('error' => 'VocĂȘ precisa se logar ou registrar antes de prosseguir.') } end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
boletosimples-0.0.6 | spec/boletosimples/client_spec.rb |
boletosimples-0.0.5 | spec/boletosimples/client_spec.rb |