Sha256: c1469da23a090f0b39b064d65af4af0d1dec6d79505a592a48f4517862d42a10
Contents?: true
Size: 336 Bytes
Versions: 18
Compression:
Stored size: 336 Bytes
Contents
# frozen_string_literal: true require "assert" require "much-rails/decimal" module MuchRails::Decimal class UnitTests < Assert::Context desc "MuchRails::Decimal" subject{ unit_class } let(:unit_class){ MuchRails::Decimal } should "be MuchDecimal" do assert_that(unit_class).is(MuchDecimal) end end end
Version data entries
18 entries across 18 versions & 1 rubygems