changelog shortlog tags changeset manifest revisions annotate raw

test/unit/order_test.rb

changeset 12: 755229281e85
parent:c7be8325050f
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 OrderTest < ActiveSupport::TestCase
4 fixtures :all
5
6 def test_items
7 assert_equal(2, orders(:moriq).items.size)
8 end
9end