it"returns the change time for the named file (the time at which directory information about the file was changed, not the file itself)."do
File.ctime(@file)
File.ctime(@file).shouldbe_kind_of(Time)
end
platform_is:linuxdo
it"returns the change time for the named file (the time at which directory information about the file was changed, not the file itself) with microseconds."do