Flowdock
method

stub_found_files

Importance_0
stub_found_files(autotest) private

No documentation

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

Hide source
# File spec/autotest_matchers.rb, line 30
      def stub_found_files autotest
        found_files = @specs.inject({}){|h,f| h[f] = Time.at(0)}
        autotest.stub!(:find_files).and_return(found_files)
      end
Register or log in to add new notes.