adding the people controller to access, list the people model
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
require 'test_helper'
|
||||
|
||||
class PeopleControllerTest < ActionController::TestCase
|
||||
test "should get list" do
|
||||
get :list
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
end
|
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class PeopleHelperTest < ActionView::TestCase
|
||||
end
|
Reference in New Issue
Block a user