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

- old
+ new

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