Project

General

Profile

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

class LocationParameterTest < ActiveSupport::TestCase
def self.parameter_class
:location
end

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