Project

General

Profile

Download (202 Bytes) Statistics
| Branch: | Tag: | Revision:
require 'test_helper'
require 'unit/parameters/parameter_validations'

class HostParameterTest < ActiveSupport::TestCase
def self.parameter_class
:host
end

include ::ParameterValidations
end
(4-4/7)