Sha256: e5718f744decd55aed4044485a20109e78bc62249e811e2a49b0ef92d32846d1
Contents?: true
Size: 387 Bytes
Versions: 4
Compression:
Stored size: 387 Bytes
Contents
class Specjour::RSpec::Preloader def self.load(paths=[]) $stdout.puts "Loading RSpec Environment" require './spec/spec_helper' load_spec_files paths end def self.load_spec_files(paths) options = ::RSpec::Core::ConfigurationOptions.new(paths) options.parse_options options.configure ::RSpec.configuration ::RSpec.configuration.load_spec_files end end
Version data entries
4 entries across 4 versions & 1 rubygems