Sha256: 6fc7293d2ccbc85a10624ddcee148cec039fc24afd7dc78c6b9dd9700aeb9889
Contents?: true
Size: 289 Bytes
Versions: 2
Compression:
Stored size: 289 Bytes
Contents
require 'spec_helper' module Jschematic describe Attributes do describe ".[]" do it "maps from javascript style names to classes" do Attributes::ExclusiveMaximum.should_receive(:new).with(1, 2) subject["exclusiveMaximum"].new(1, 2) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jschematic-0.0.2 | spec/jschematic/attributes_spec.rb |
jschematic-0.0.1 | spec/jschematic/attributes_spec.rb |