test/unit/code_object/provider_test.rb in inch-0.5.0.rc5 vs test/unit/code_object/provider_test.rb in inch-0.5.0.rc6

- old
+ new

@@ -1,8 +1,8 @@ -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 + it 'should parse all objects' do Dir.chdir File.dirname(__FILE__) @provider = ::Inch::CodeObject::Provider.parse(fixture_path(:ruby, :simple)) refute @provider.objects.empty? end end