test/unit/codebase/proxy_test.rb in inch-0.4.10 vs test/unit/codebase/proxy_test.rb in inch-0.5.0.rc1

- old
+ new

@@ -1,5 +1,5 @@ -require File.expand_path(File.dirname(__FILE__) + "/../../test_helper") +require File.expand_path(File.dirname(__FILE__) + '/../../test_helper') describe ::Inch::Codebase::Proxy do it "should parse all objects" do dir = fixture_path(:simple) config = Inch::Config::Codebase.new(["lib/**/*.rb"])