Sha256: a58b785d4666fbefdc1121382ce920f647fca44ae22ac8bd07a9fb08f7481c95

Contents?: true

Size: 317 Bytes

Versions: 3

Compression:

Stored size: 317 Bytes

Contents

require 'spec_helper'

describe Serinette::SynthNoise do
  it 'should have a constant SOX_OPTIONS_CONFIG' do
    expect(Serinette::SynthNoise).to have_constant(:SOX_OPTIONS_CONFIG)
  end

  it 'should inherit from Noise' do
    expect(Serinette::SynthNoise.ancestors.include?(Serinette::Noise)).to eq(true)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
serinette-0.0.3 spec/serinette/synth_noise_spec.rb
serinette-0.0.2 spec/serinette/synth_noise_spec.rb
serinette-0.0.0.pre spec/serinette/synth_noise_spec.rb