Remove stub test for non-existent controller

This commit is contained in:
Tom Hughes 2013-12-08 19:15:12 +00:00
parent 5c53bb78ab
commit f8e645fc03

View file

@ -1,8 +0,0 @@
require File.dirname(__FILE__) + '/../test_helper'
class ChangesetTagControllerTest < ActionController::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end