module MoneyRails::TestHelpers

Public Instance Methods

monetize(attribute) click to toggle source
# File lib/money-rails/test_helpers.rb, line 5
def monetize(attribute)
  MonetizeMatcher.new(attribute)
end