Skip to content

Instantly share code, notes, and snippets.

@moretea
Created October 10, 2011 00:00
Show Gist options
  • Select an option

  • Save moretea/1274396 to your computer and use it in GitHub Desktop.

Select an option

Save moretea/1274396 to your computer and use it in GitHub Desktop.
Fast spec helper
# Include the lib path in the load path
lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment