changelog shortlog tags changeset manifest revisions annotate raw

test/unit/product_test.rb

changeset 9: 5cf82beef889
author: moriq@moriq.com
date: Mon Mar 10 03:22:11 2008 +0900 (16 years ago)
permissions: -rw-r--r--
description: add scaffold product.
1require File.dirname(__FILE__) + '/../test_helper'
2
3class ProductTest < ActiveSupport::TestCase
4 # Replace this with your real tests.
5 def test_truth
6 assert true
7 end
8end