Skip to content

Instantly share code, notes, and snippets.

@distributedlife
Created July 1, 2012 06:42
Show Gist options
  • Save distributedlife/3027212 to your computer and use it in GitHub Desktop.
Save distributedlife/3027212 to your computer and use it in GitHub Desktop.
rspec include files in lib path
Dir["lib/*.rb"].each {|f| require File.join(File.dirname(__FILE__), "../", f)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment