notebook/test/controllers/customization_controller_test.rb
2017-12-27 13:50:48 -06:00

10 lines
186 B
Ruby

require 'test_helper'
class CustomizationControllerTest < ActionController::TestCase
test "should get content_types" do
get :content_types
assert_response :success
end
end