Sha256: ab10a9b79274840d33220a1981282febf36360f2854b4f3196bc825252013f8d
Contents?: true
Size: 264 Bytes
Versions: 1
Compression:
Stored size: 264 Bytes
Contents
require 'swt_shoes/spec_helper' describe Shoes::Swt::Sound do let(:dsl) { double('dsl') } let(:filepath) { double('filepath') } subject { Shoes::Swt::Sound.new(dsl, filepath) } its(:dsl) { should be(parent) } its(:filepath) { should be(filepath) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shoes-4.0.0.pre1 | spec/swt_shoes/sound.rb |