Sha256: c40cc06bc9fdc516b61f502a653f1efaa99bb75056edfa23f755e645bd4a3b70
Contents?: true
Size: 227 Bytes
Versions: 1
Compression:
Stored size: 227 Bytes
Contents
require 'helper' require 'active_model/lint' class TestActiveModelLint < Test::Unit::TestCase include ActiveModel::Lint::Tests def setup @klass = JSONModel.from_hash(product_schema) @model = @klass.new end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jsonmodel-0.0.1 | test/test_activemodel_lint.rb |