Sha256: e5a2874658b6ab803b732ab850791f18a1523a1de1bd39612a41b4d16a5761f9
Contents?: true
Size: 239 Bytes
Versions: 1
Compression:
Stored size: 239 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' RSpec.describe "deprecations" do it "has the deprecation_horizon as the next major release" do expect(Money.active_support_deprecator.deprecation_horizon).to eq("4.0.0") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shopify-money-3.0.0 | spec/deprecations_spec.rb |