fix spec for ruby-1.8.7

This commit is contained in:
muratayusuke
2013-05-30 14:33:08 +00:00
parent 3559d825ca
commit bf1fc58e10

View File

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