Files
danbooru/test/unit/janitor_trial_test.rb
2010-08-26 14:36:02 -04:00

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