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

10 lines
168 B
Ruby
Raw Normal View History

2014-04-08 10:46:27 +00:00
require 'test_helper'
class ModuleStoreControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end