search for: check_details

Displaying 1 result from an estimated 1 matches for "check_details".

2006 Oct 24
1
test env. differs from development env, tests breaking
...ests are failing and errors are happening that weren''t happening before. Furthermore, they aren''t happening on other developer''s boxes. Most of the failing tests seem to involve verifying that validations are working. Take the example of check details: create_table( :check_details ) do |t| t.column( :check_id, :integer ) t.column( :description, :string ) t.column( :amount_in_cents, :integer ) #t.column( :account_to_credit_id, :integer ) #t.column( :account_to_debit_id, :integer ) end add_index( :check_details, :check_id ) Now from test/unit/check_detail...