Skip to content

Commit

Permalink
Fix cleanup issue on IntegrationTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Fitzgibbons committed Apr 6, 2010
1 parent add5867 commit de3b8df
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 de3b8df

Please sign in to comment.