Sha256: 6d1a94f6bd4dbd57887e740fefc930babf671e3510cb24087535f203c7548231
Contents?: true
Size: 389 Bytes
Versions: 6
Compression:
Stored size: 389 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::WebhookDelivery do describe 'all', vcr: { cassette_name: 'resources/webhook_delivery/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