test/test_file_find.rb in file-find-0.4.1 vs test/test_file_find.rb in file-find-0.4.2

- old
+ new

@@ -66,10 +66,10 @@ @rule1 = File::Find.new(:name => '*.txt') @rule2 = File::Find.new end test "version constant is set to expected value" do - assert_equal('0.4.1', File::Find::VERSION) + assert_equal('0.4.2', File::Find::VERSION) assert_true(File::Find::VERSION.frozen?) end test "path accessor basic functionality" do assert_respond_to(@rule1, :path)