Sha256: bd7ad5c813b2dc0322f56727998d8a088b1f185a7cf68c16db6b8adf8a1b9fbc
Contents?: true
Size: 238 Bytes
Versions: 2
Compression:
Stored size: 238 Bytes
Contents
describe "MotionDynamicType modules" do it "should have an MotionDynamicType module" do should.not.raise(NameError) { MotionDynamicType } end it "should have an MDT module" do should.not.raise(NameError) { MDT } end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
motion-dynamic-type-0.2.0 | spec/main_spec.rb |
motion-dynamic-type-0.1.0 | spec/main_spec.rb |