summaryrefslogtreecommitdiff
path: root/test/controllers/admin_controller_test.rb
blob: 9bbf29bcad820427fe5c3cee3e526d2ede55734a (plain)
1
2
3
4
5
6
7
8
require 'test_helper'

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