product_test.rb from crlove at Krugle
Show product_test.rb syntax highlighted
require File.dirname(__FILE__) + '/../test_helper'
class ProductTest < Test::Unit::TestCase
fixtures :products
# Replace this with your real tests.
def test_truth
assert true
end
end
See more files for this project here