test/unit/code_object/proxy_test.rb in inch-0.5.0.rc3 vs test/unit/code_object/proxy_test.rb in inch-0.5.0.rc4
- old
+ new
@@ -1,7 +1,7 @@
-require File.expand_path(File.dirname(__FILE__) + '/../../test_helper')
+require File.expand_path(File.dirname(__FILE__) + "/../../test_helper")
-describe ::Inch::CodeObject::Proxy::Base do
+describe ::Inch::CodeObject::Proxy do
before do
@codebase = test_codebase(:code_examples)
@objects = @codebase.objects
end