Sha256: 451388801272e07ed1188d75421d06f076bb4c104ec666ceb15ab23147733887

Contents?: true

Size: 432 Bytes

Versions: 2

Compression:

Stored size: 432 Bytes

Contents

#!/usr/bin/env ruby

# Reset if needed

`bin/spec/reset`

# Clone ruby/spec and MSpec

`git clone https://github.com/ruby/mspec.git mspec`
`git clone https://github.com/ruby/spec.git ruby-spec`

# Override MSpec to skip known failing tests

File.open("ruby-spec/spec_helper.rb", "a") do |f|
  f.write "\n"
  f.write File.read('config/mspec_override.rb')
  f.write "\n"
end

`cp config/skipped_tests.yml ruby-spec/skipped_tests.yml`

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
grizzly-rb-1.1.0 bin/spec/setup
grizzly-rb-1.0.0 bin/spec/setup