Asset-Tracker/test/unit/comment_test.rb

9 lines
154 B
Ruby
Raw Permalink Normal View History

2011-06-15 01:08:28 +00:00
require 'test_helper'
class CommentTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end