9 lines
171 B
Ruby
9 lines
171 B
Ruby
require_relative '../test_helper'
|
|
|
|
class JanitorTrialTest < ActiveSupport::TestCase
|
|
# Replace this with your real tests.
|
|
test "the truth" do
|
|
assert true
|
|
end
|
|
end
|