8 lines
156 B
Ruby
8 lines
156 B
Ruby
require File.join(File.dirname(__FILE__), '..', 'test_helper')
|
|
|
|
class AssertTrueTest < Test::Unit::TestCase
|
|
should "be true" do
|
|
assert true
|
|
end
|
|
end
|