2009-03-17 19:43:41 +01:00
|
|
|
# == Schema Information
|
|
|
|
#
|
|
|
|
# Table name: order_comments
|
|
|
|
#
|
|
|
|
# id :integer not null, primary key
|
|
|
|
# order_id :integer
|
|
|
|
# user_id :integer
|
|
|
|
# text :text
|
|
|
|
# created_at :datetime
|
|
|
|
#
|
|
|
|
|
2009-01-29 01:57:51 +01:00
|
|
|
require 'test_helper'
|
|
|
|
|
|
|
|
class OrderCommentTest < ActiveSupport::TestCase
|
|
|
|
# Replace this with your real tests.
|
|
|
|
test "the truth" do
|
|
|
|
assert true
|
|
|
|
end
|
|
|
|
end
|