Extract settings/application controller

This commit is contained in:
Rei
2014-02-21 14:17:06 +08:00
parent 9daf927b08
commit da8ad3af0d
5 changed files with 20 additions and 11 deletions

View File

@@ -0,0 +1,7 @@
require 'test_helper'
class Settings::ApplicationControllerTest < ActionController::TestCase
# test "the truth" do
# assert true
# end
end