changelog shortlog tags changeset manifest revisions annotate raw

test/unit/order_item_test.rb

changeset 12: 755229281e85
author: moriq <moriq@moriq.com>
date: Mon Mar 10 03:51:59 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: add scaffold order_item.
1require File.dirname(__FILE__) + '/../test_helper'
2
3class OrderItemTest < ActiveSupport::TestCase
4 fixtures :all
5 # Replace this with your real tests.
6 def test_order
7 assert_equal(orders(:moriq), order_items(:moriq_carrot).order)
8 end
9end