Files
danbooru/test/unit/user_feedback_test.rb
2010-02-19 17:30:11 -05:00

9 lines
159 B
Ruby

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