orbit4-5/test/controllers/admin/module_apps_controller_test.rb

10 lines
174 B
Ruby
Raw Normal View History

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