Sha256: 7d0397e72148877927a527771dff86c373b56d622e5880f7bb6ed87ccd7d2f60

Contents?: true

Size: 359 Bytes

Versions: 3

Compression:

Stored size: 359 Bytes

Contents

require 'spec_helper'

describe Serinette::SoxWrapper do
  context 'a class method #generate' do
    it 'should exist' do
      expect(Serinette::SoxWrapper).to respond_to(:generate)
    end

    it 'should return a Sox::Cmd' do
      expect(Serinette::SoxWrapper.generate).to be_a Sox::Cmd
    end

    it 'should configure the Sox::Cmd correctly'
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

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