tap/test/models/order_test.rb
2014-12-04 19:50:02 +01:00

19 lines
353 B
Ruby

# == 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
#
require 'test_helper'
class OrderTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end