SPIIIIIKE

This commit is contained in:
Joshua Nichols
2010-03-04 00:19:35 -05:00
commit 0277901561
11 changed files with 227 additions and 0 deletions

10
spec/spec_helper.rb Normal file
View File

@@ -0,0 +1,10 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'homesick'
require 'spec'
require 'spec/autorun'
Spec::Runner.configure do |config|
end