Spec Results

Designed for use with JUnit and Ant.

Class spec.ruby.core.file.delete

NameTestsErrorsFailuresSkippedSkip %Time(s)
delete70000%0.041

Tests

NameStatusTypeTime(s)
File.delete returns 0 when called without argumentsSuccess0.004
File.delete deletes a single fileSuccess0.004
File.delete deletes multiple filesSuccess0.004
File.delete raises a TypeError if not passed a String typeSuccess0.004
File.delete raises an Errno::ENOENT when the given file doesn't existSuccess0.004
File.delete coerces a given parameter into a string if possibleSuccess0.009
File.delete accepts an object that has a #to_path methodSuccess0.006
Properties »