2010-01-28 15:30:18 +00:00
|
|
|
require File.join(File.dirname(__FILE__), '..', 'test_helper')
|
2010-01-27 22:19:32 +00:00
|
|
|
|
2010-01-28 15:30:18 +00:00
|
|
|
class AssertTrueTest < Test::Unit::TestCase
|
2010-01-27 22:19:32 +00:00
|
|
|
should "be true" do
|
|
|
|
assert true
|
|
|
|
end
|
|
|
|
end
|