method
stub_find_order
1.1.4 -
Show latest stable
-
0 notes -
Class: Spec::Matchers::AutotestMappingMatcher
- 1.1.4 (0)
- 1.1.12 (0)
- 1.2.0
- 1.2.8
- 1.3.0
- 1.3.1
- What's this?
stub_find_order(autotest)
private
Hide source
# File spec/autotest_matchers.rb, line 35 def stub_find_order autotest find_order = @specs.dup << @file autotest.instance_eval { @find_order = find_order } end