method
normalize
1.3.1 -
Show latest stable
- Class:
Autotest::Rspec
normalize(files_to_test)public
No documentation available.
# File lib/autotest/rspec.rb, line 44
def normalize(files_to_test)
files_to_test.keys.inject({}) do |result, filename|
result[File.expand_path(filename)] = []
result
end
end