Skip to content

Instantly share code, notes, and snippets.

@follesoe
Forked from mxriverlynn/spec_helper.rb
Created November 22, 2010 23:33
Show Gist options
  • Save follesoe/710934 to your computer and use it in GitHub Desktop.
Save follesoe/710934 to your computer and use it in GitHub Desktop.
@root_dir = File.expand_path(File.join(File.dirname(__FILE__), "../../"))
$: << File.join(@root_dir, "lib")
$: << File.join(@root_dir, "spec")
$: << File.join(@root_dir, "spec/patches")
$: << File.join(@root_dir, "spec/support")
$: << File.join(@root_dir, "lib/albacore/config")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment