orbit4-5/test/controllers/backend_controller_test.rb

10 lines
164 B
Ruby

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