Sha256: a2564ab2a88661b71a27f6da98b2c371b091e5ca7ec8aca59b8fea3855f634ec
Contents?: true
Size: 309 Bytes
Versions: 63
Compression:
Stored size: 309 Bytes
Contents
class TestTrack::Remote::SplitConfig include TestTrack::RemoteModel collection_path '/api/v1/split_configs' attributes :name, :weighting_registry validates :name, :weighting_registry, presence: true def fake_save_response_attributes nil # :no_content is the expected response type end end
Version data entries
63 entries across 63 versions & 1 rubygems