Sha256: ec0555c2166b372a15535cd28c71b98505dfc4f4ac994fa62eecffc7eb729456
Contents?: true
Size: 484 Bytes
Versions: 14
Compression:
Stored size: 484 Bytes
Contents
$:.unshift File.expand_path('vendor/plugins/rspec/lib') # For rspec installed as plugin require 'spec' module TestServer module Runner class Specs class << self def run(argv = ARGV, stderr = STDERR, stdout = STDOUT) $stdout = stdout $stderr = stderr argv << "--color" opts = ::Spec::Runner::OptionParser.parse(argv, $stderr, $stdout) ::Spec::Runner::CommandLine.run opts end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems