tap/test/models/order_test.rb

19 lines
353 B
Ruby
Raw Normal View History

# == Schema Information
#
# Table name: orders
#
# id :integer not null, primary key
# user_id :integer
# cost :integer
# created_at :datetime not null
# updated_at :datetime not null
#
2014-11-09 21:53:39 +00:00
require 'test_helper'
class OrderTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end