Skip to content

Commit

Permalink
Change use of ftools to fileutils, fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
phinze committed Apr 21, 2010
1 parent 2d15835 commit b5d6967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration_test.rb
Expand Up @@ -121,6 +121,6 @@ def test_hook
# File.rm_f tmp_file
run_cerb("build hooks")
assert_equal some_number.to_s, IO.read(tmp_file).strip
File.rm_f tmp_file
FileUtils.rm_f tmp_file
end
end

0 comments on commit b5d6967

Please sign in to comment.