Sha256: 94ca5444e0de7b4b6907593a5bbf7cd9931f028deb9d50c3cc7e863757fcfccc
Contents?: true
Size: 519 Bytes
Versions: 2
Compression:
Stored size: 519 Bytes
Contents
# -*- encoding: utf-8 -*- shared_examples_for 'busca_logotipo' do it 'para layout padrĂ£o' do boleto_novo = described_class.new expect(File.exist?(boleto_novo.logotipo)).to be_truthy expect(File.stat(boleto_novo.logotipo).zero?).to be_falsey end it 'para layout de carnĂª' do Bbrcobranca.configuration.gerador = :rghost_carne boleto_novo = described_class.new expect(File.exist?(boleto_novo.logotipo)).to be_truthy expect(File.stat(boleto_novo.logotipo).zero?).to be_falsey end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bbrcobranca-0.0.2 | spec/support/shared_examples/busca_logotipo.rb |
bbrcobranca-0.0.1 | spec/support/shared_examples/busca_logotipo.rb |