Flowdock
method

normalize

Importance_0
RSpec latest stable (1.3.1) - 0 notes - Class: Autotest::Rspec
normalize(files_to_test) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

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
Register or log in to add new notes.