Files
danbooru/test/functional/wiki_page_versions_controller_test.rb

9 lines
176 B
Ruby

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