# File lib/spec/runner/example_group_runner.rb, line 8 8: def load_files(files) 9: $KCODE = 'u' if RUBY_VERSION.to_f < 1.9 10: # It's important that loading files (or choosing not to) stays the 11: # responsibility of the ExampleGroupRunner. Some implementations (like) 12: # the one using DRb may choose *not* to load files, but instead tell 13: # someone else to do it over the wire. 14: files.each do |file| 15: load file 16: end 17: end
# File lib/spec/runner/example_group_runner.rb, line 49 49: def example_groups 50: @options.example_groups 51: end
# File lib/spec/runner/example_group_runner.rb, line 36 36: def finish 37: reporter.end 38: reporter.dump 39: end
# File lib/spec/runner/example_group_runner.rb, line 53 53: def number_of_examples 54: @options.number_of_examples 55: end
# File lib/spec/runner/example_group_runner.rb, line 31 31: def prepare 32: reporter.start(number_of_examples) 33: example_groups.reverse! if reverse 34: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.