parent
ae0223186c
commit
ac4345856c
@ -1,4 +0,0 @@ |
||||
require 'test_helper' |
||||
|
||||
class CheckControllerTest < ActionController::TestCase |
||||
end |
@ -1,4 +0,0 @@ |
||||
require 'test_helper' |
||||
|
||||
class HttpsControllerTest < ActionController::TestCase |
||||
end |
@ -1,4 +0,0 @@ |
||||
require 'test_helper' |
||||
|
||||
class SiteControllerTest < ActionController::TestCase |
||||
end |
@ -1,4 +0,0 @@ |
||||
require 'test_helper' |
||||
|
||||
class SmtpControllerTest < ActionController::TestCase |
||||
end |
@ -1,4 +0,0 @@ |
||||
require 'test_helper' |
||||
|
||||
class SshControllerTest < ActionController::TestCase |
||||
end |
@ -1,19 +0,0 @@ |
||||
require 'test_helper' |
||||
|
||||
class TlsControllerTest < ActionController::TestCase |
||||
test "should get index" do |
||||
get :index |
||||
assert_response :success |
||||
end |
||||
|
||||
test "should get show" do |
||||
get :show |
||||
assert_response :success |
||||
end |
||||
|
||||
test "should get refresh" do |
||||
get :refresh |
||||
assert_response :success |
||||
end |
||||
|
||||
end |
@ -1,4 +0,0 @@ |
||||
require 'test_helper' |
||||
|
||||
class XmppControllerTest < ActionController::TestCase |
||||
end |
@ -1,3 +0,0 @@ |
||||
ENV['RAILS_ENV'] ||= 'test' |
||||
require File.expand_path('../../config/environment', __FILE__) |
||||
require 'rails/test_help' |
Loading…
Reference in new issue