Sha256: f6ef62089b10860bee35c25835ec315b5db7e45b47cf2d97b5a6a3091326d263

Contents?: true

Size: 372 Bytes

Versions: 1

Compression:

Stored size: 372 Bytes

Contents

# frozen_string_literal: true

RSpec.describe BingAdsRubySdk::Errors::ApplicationFault do
  describe "#fault_hash" do
    context "when creating an instance" do
      subject(:create_instance) { described_class.new({details: nil}) }

      it "instantiates without raising an exception" do
        expect { create_instance }.not_to raise_error
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bing_ads_ruby_sdk-1.5.0 spec/bing_ads_ruby_sdk/errors/errors_spec.rb