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

10 lines
169 B
Ruby

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