Files
danbooru/test/unit/janitor_trial_test.rb
2010-03-09 16:18:28 -05:00

9 lines
159 B
Ruby

require 'test_helper'
class JanitorTrialTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end