Skip to content

Commit

Permalink
added lib to spec load path
Browse files Browse the repository at this point in the history
  • Loading branch information
polly committed Oct 31, 2009
1 parent 56f45fc commit 80db267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Expand Up @@ -2,6 +2,7 @@
require 'spec'

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

require 'ffmpeg'
include FFMpeg
Expand Down

0 comments on commit 80db267

Please sign in to comment.