method
normalize
1.3.1 -
Show latest stable
-
0 notes -
Class: Autotest::Rspec
- 1.1.4
- 1.1.12
- 1.2.0
- 1.2.8
- 1.3.0 (0)
- 1.3.1 (0)
- What's this?
normalize(files_to_test)
public
Hide source
# 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