Sha256: bea97e0d9e48f054331cc830eeceb5d20f435e27e8c34e524dc935d1ada414d8
Contents?: true
Size: 414 Bytes
Versions: 15
Compression:
Stored size: 414 Bytes
Contents
RSpec.describe Hubspot::Deprecator do describe ".build" do it "returns an instance of ActiveSupport::Deprecation" do deprecator = Hubspot::Deprecator.build expect(deprecator).to be_an_instance_of(ActiveSupport::Deprecation) end it "uses the correct gem name" do deprecator = Hubspot::Deprecator.build expect(deprecator.gem_name).to eq("hubspot-api-ruby") end end end
Version data entries
15 entries across 15 versions & 1 rubygems