defunkt / ambition

include Enumerable

This URL has Read+Write access

ambition / test / helper.rb
100644 5 lines (3 sloc) 0.145 kb
1
2
3
4
5
%w( rubygems test/spec mocha redgreen English ).each { |f| require f }
 
$LOAD_PATH.unshift File.dirname(__FILE__) + '/../lib'
require 'ambition'