Sha256: 3cb78eb552b2f355babb9c4620db5a945a03526129d40a43af06baa2324ff6da
Contents?: true
Size: 270 Bytes
Versions: 8
Compression:
Stored size: 270 Bytes
Contents
module Specjour::Rspec::Runner def self.run(spec, output) options = Spec::Runner::OptionParser.parse( ['--format=Specjour::Rspec::DistributedFormatter', spec], $stderr, output ) Spec::Runner.use options options.run_examples end end
Version data entries
8 entries across 8 versions & 1 rubygems