Skip to content

Commit

Permalink
Changed a == at the end of a test for hard links to an assertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Herrick committed Jun 17, 2012
1 parent 98e108b commit 429e7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fakefs_test.rb
Expand Up @@ -1815,7 +1815,7 @@ def test_unlink_removes_only_one_file_content
File.link("/foo", "/bar")

File.unlink("/bar")
File.read("/foo") == "some_content"
assert_equal "some_content", File.read("/foo")
end

def test_link_reports_correct_stat_info_after_unlinking
Expand Down

0 comments on commit 429e7c2

Please sign in to comment.