test/test_file_find.rb in file-find-0.3.8 vs test/test_file_find.rb in file-find-0.3.9

- 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.3.8', File::Find::VERSION) + assert_equal('0.3.9', File::Find::VERSION) end test "path accessor basic functionality" do assert_respond_to(@rule1, :path) assert_respond_to(@rule1, :path=)