Sha256: c2d7c34c1076d66c65e8402b58046a4492913e07448f595d22d469aa3418b036

Contents?: true

Size: 394 Bytes

Versions: 6

Compression:

Stored size: 394 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

# Before running this spec again, you need to set environment variable BOLETOSIMPLES_API_TOKEN
RSpec.describe BoletoSimples::BankBilletPayment do
  describe 'all', vcr: { cassette_name: 'resources/bank_billet_payment/all' } do
    subject { described_class.all }

    it { expect(subject.first).to be_a_kind_of(described_class) }
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
boletosimples-2.1.0 spec/boletosimples/resources/bank_billet_payment_spec.rb
boletosimples-2.0.0 spec/boletosimples/resources/bank_billet_payment_spec.rb
boletosimples-1.0.4 spec/boletosimples/resources/bank_billet_payment_spec.rb
boletosimples-1.0.3 spec/boletosimples/resources/bank_billet_payment_spec.rb
boletosimples-1.0.2 spec/boletosimples/resources/bank_billet_payment_spec.rb
boletosimples-1.0.1 spec/boletosimples/resources/bank_billet_payment_spec.rb