# File lib/spec/runner/options.rb, line 164 def parse_example(example) if(File.file?(example)) @examples = File.open(example).read.split("\n") else @examples = [example] end end