Sha256: 6c1f33ddf26e0b1db483006caa7482574c97016d10e5fcf8edadee32a3e217b2

Contents?: true

Size: 265 Bytes

Versions: 62

Compression:

Stored size: 265 Bytes

Contents

require 'test_helper'

module Workarea
  module Pricing
    module Calculators
      class <%= class_name %>CalculatorTest < TestCase
        def test_adjust
          # TODO assert that the calculator adds price adjustments
        end
      end
    end
  end
end

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-core-3.4.13 lib/generators/workarea/pricing_calculator/templates/test.rb.erb
workarea-core-3.4.12 lib/generators/workarea/pricing_calculator/templates/test.rb.erb