Sha256: ce6abed6080590690f9e589142e60e8ccea910e6d8c1f4d06e46a47fb4113e0a
Contents?: true
Size: 433 Bytes
Versions: 9
Compression:
Stored size: 433 Bytes
Contents
require File.join( File.dirname(__FILE__) , '..', 'spec_helper' ) describe OSC::OSCInt32 do it "should not blow up" do OSC::OSCInt32.new 1 end end describe OSC::OSCFloat32 do it "should not blow up" do OSC::OSCFloat32.new 1.0 end end describe OSC::OSCString do it "should not blow up" do OSC::OSCString.new "1" end end describe OSC::OSCBlob do it "should not blow up" do OSC::OSCBlob.new 1 end end
Version data entries
9 entries across 9 versions & 2 rubygems