Displaying 1 result from an estimated 1 matches for "by_quantity".
2006 Jan 10
2
Default unit tests failing?
...s/1.8/gems/activerecord-1.13.2/
lib/active_record/fixtures.rb:456:in
`shipping_cost_types''
test/unit/shipping_cost_type_test.rb:8:in `test_truth''
Fixture:
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
by_amount:
id: 1
name: amount
code: AMT
by_quantity:
id: 2
name: Quantity
code: QTY
Model:
class ShippingCostType < ActiveRecord::Base
end
-----
So, as you can tell, I''m _mighty_ perplexed.
Can anyone offer me some help?
Thanks much,
-jon