Add peer page

This commit is contained in:
Youngkyun Kim
2016-08-25 10:22:11 +00:00
parent cbfa6976c7
commit d6b6db9da5
9 changed files with 120 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
require 'test_helper'
class PeerControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end