# File lib/spec/runner/example_group_runner.rb, line 8 def load_files(files) $KCODE = 'u' if RUBY_VERSION.to_f < 1.9 # It's important that loading files (or choosing not to) stays the # responsibility of the ExampleGroupRunner. Some implementations (like) # the one using DRb may choose *not* to load files, but instead tell # someone else to do it over the wire. files.each do |file| load file end end
# File lib/spec/runner/example_group_runner.rb, line 49 def example_groups @options.example_groups end
# File lib/spec/runner/example_group_runner.rb, line 36 def finish reporter.end reporter.dump end
# File lib/spec/runner/example_group_runner.rb, line 53 def number_of_examples @options.number_of_examples end
# File lib/spec/runner/example_group_runner.rb, line 31 def prepare reporter.start(number_of_examples) example_groups.reverse! if reverse end
Generated with the Darkfish Rdoc Generator 2.