8 lines
126 B
Ruby
8 lines
126 B
Ruby
|
require 'test_helper'
|
||
|
|
||
|
class LinksTest < ActiveSupport::TestCase
|
||
|
test "truth" do
|
||
|
assert_kind_of Module, Links
|
||
|
end
|
||
|
end
|