orbit4-5/test/controllers/module_store_controller_tes...

10 lines
168 B
Ruby

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