test/unit/code_object/provider_test.rb in inch-0.5.0.rc3 vs test/unit/code_object/provider_test.rb in inch-0.5.0.rc4
- old
+ new
@@ -1,9 +1,9 @@
-require File.expand_path(File.dirname(__FILE__) + '/../../test_helper')
+require File.expand_path(File.dirname(__FILE__) + "/../../test_helper")
describe ::Inch::CodeObject::Provider do
it "should parse all objects" do
Dir.chdir File.dirname(__FILE__)
- @provider = ::Inch::CodeObject::Provider.parse(fixture_path(:simple))
+ @provider = ::Inch::CodeObject::Provider.parse(fixture_path(:ruby, :simple))
refute @provider.objects.empty?
end
end