Module: MoneyRails::TestHelpers

Defined in:
lib/money-rails/test_helpers.rb

Defined Under Namespace

Classes: MonetizeMatcher

Instance Method Summary collapse

Instance Method Details

#monetize(attribute) ⇒ Object



3
4
5
# File 'lib/money-rails/test_helpers.rb', line 3

def monetize(attribute)
  MonetizeMatcher.new(attribute)
end