add volumn info

This commit is contained in:
bee0005
2016-08-20 06:58:04 +00:00
parent fa9d65b9b8
commit c4f1675cc2
8 changed files with 83 additions and 7 deletions

View File

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