adbanner-test/test/controllers/admin/ad_banners_controller_test.rb

10 lines
173 B
Ruby

require 'test_helper'
class Admin::AdBannersControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end