Added Weight specs. Shuffling things around.
commitd715f60f286d97d0492f0340c463f94e9225956d
authorBen Burkert <ben@benburkert.com>
Thu, 29 May 2008 20:22:20 +0000 (29 15:22 -0500)
committerBen Burkert <ben@benburkert.com>
Thu, 29 May 2008 20:22:20 +0000 (29 15:22 -0500)
tree2489475554135543345c3d2195fb43dc97728bad
parent27655025fd7de5e8793677de8e98f1b9d106b315
Added Weight specs.  Shuffling things around.
app/models/upload.rb
app/models/weight.rb
lib/merb-E-mart.rb
lib/merb-E-mart/exceptions/mixin_missing.rb [new file with mode: 0644]
lib/merb-E-mart/upload_processor/static_file_processor.rb [new file with mode: 0644]
spec/models/upload_spec.rb [new file with mode: 0644]
spec/models/user/customer_spec.rb [moved from spec/models/customer_spec.rb with 92% similarity]
spec/models/user_spec.rb [new file with mode: 0644]
spec/models/weight_spec.rb [new file with mode: 0644]
spec/spec_fixtures.rb
spec/spec_helper.rb