Sha256: d0a7e5cd8d8f68ceb3650f8c8471c1183446dec3ae4fb8605d2cfcb0391a604c

Contents?: true

Size: 163 Bytes

Versions: 2

Compression:

Stored size: 163 Bytes

Contents

Then /^I should have a price nearest ninety nine of (.+)$/ do |price|
  @price = @meh.next_ninety_nine
  assert_equal(BigDecimal.new(price).to_s, @price.to_s)
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
corrency-0.3.1 features/step_definitions/nice_rounding_steps.rb
corrency-0.3.0 features/step_definitions/nice_rounding_steps.rb