fix spec for ruby-1.8.7

This commit is contained in:
muratayusuke
2013-05-30 14:33:08 +00:00
committed by thilko
parent 01934d5b00
commit fd60528567

View File

@@ -218,7 +218,7 @@ describe "homesick" do
tracked_file = castle.join('some/nested/directory/') tracked_file = castle.join('some/nested/directory/')
tracked_file.should exist tracked_file.should exist
File.realdirpath(some_nested_dir).should == File.realdirpath(tracked_file) some_nested_dir.realpath.should == tracked_file.realpath
end end
describe "subdir_file" do describe "subdir_file" do