debshots/test/controllers/admin_controller_test.rb
Christoph Haas 64bf286636 Tests run okay
…they are massively incomplete though
2018-08-13 15:02:28 +02:00

9 lines
165 B
Ruby

require "test_helper"
class AdminControllerTest < ActionController::TestCase
test "should get status" do
get :status
assert_response :redirect
end
end