Files
danbooru/test/functional/user_feedback_controller_test.rb

9 lines
172 B
Ruby

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