test/test_file_find.rb in file-find-0.4.3 vs test/test_file_find.rb in file-find-0.4.4
- old
+ new
@@ -67,10 +67,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.3', File::Find::VERSION)
+ assert_equal('0.4.4', File::Find::VERSION)
assert_true(File::Find::VERSION.frozen?)
end
test "path accessor basic functionality" do
assert_respond_to(@rule1, :path)