Orbit/vendor/built_in_modules/video/test/functional/panel/gprs/back_end/locations_controller_test.rb

15 lines
270 B
Ruby

require 'test_helper'
class Panel::Location::BackEnd::LocationsControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
test "should get edit" do
get :edit
assert_response :success
end
end