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



5
6
7
# File 'lib/money-rails/test_helpers.rb', line 5

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