ryanb / rmov

Ruby wrapper for the QuickTime C API.

This URL has Read+Write access

rmov / spec / spec_helper.rb
100644 8 lines (6 sloc) 0.148 kb
1
2
3
4
5
6
7
8
require 'rubygems'
require 'spec'
require File.dirname(__FILE__) + '/../lib/rmov'
 
Spec::Runner.configure do |config|
  config.mock_with :mocha
end