blob: 0e337579b73af57fce763b134ca11bdbd5286244 (
plain)
1
2
3
4
5
6
7
8
|
require 'spec'
# Uncommenting next line will break the output feature (no output!!)
# rspec_options
options = Spec::Runner::OptionParser.parse(
ARGV, $stderr, $stdout
)
Spec::Runner::CommandLine.run(options)
|