spec/spec_helper.rb in jan-0.1.0 vs spec/spec_helper.rb in jan-0.2.0

- old
+ new

@@ -1,6 +1,3 @@ -project_root = File.join(File.dirname(__FILE__), '..') -$: << project_root - -Dir[File.join(File.dirname(__FILE__), "support", "*")].each {|f| require f } +$: << File.join(File.dirname(__FILE__), '..') require 'lib/jan'