Skip to content

Commit

Permalink
fixed mark's dodgy unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atruskie committed Oct 26, 2012
1 parent 5d8a8fa commit 5413f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/modules/spectrogram.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'OS'
require 'open3'

module Spectrogram
@sox_path = if OS.windows? then "./vendor/bin/sox/windows/sox.exe" else "sox" end
Expand Down

0 comments on commit 5413f13

Please sign in to comment.