Converted prices to integers/cents to avoid floating point trouble

This commit is contained in:
Skud
2013-05-15 23:09:35 +10:00
parent afb4e21adc
commit abcba35a71
12 changed files with 40 additions and 39 deletions

View File

@@ -1,5 +1,4 @@
require 'spec_helper'
describe Product do
pending "add some examples to (or delete) #{__FILE__}"
end