Sha256: 32f0cf1b62f0060a5d05bb123ae92748256208257239fdca9e23c6c81e19d433

Contents?: true

Size: 724 Bytes

Versions: 23

Compression:

Stored size: 724 Bytes

Contents

Backports should be run against RubySpec. Check https://github.com/rubyspec/rubyspec for installation instructions.

Use the `--unguarded` option to run all specs, including those of versions higher than the current Ruby. Use the `-r` option to require backports.

For example:

    cd YOUR_PATH_TO/rubyspec
    rvm use 1.8.7
    mspec core/range/cover_spec.rb --unguarded -r YOUR_PATH_TO/backports/lib/backports

This will run the specs for Range#cover for Ruby 1.8.7 after loading backports.

You need to check which tests fail to decide if it's OK that they do or not. For example it is to be expected that specs checking for encoding behavior will fail, as backports does not support the Ruby 1.9 encoding functionality.

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
backports-3.0.3 test/README
backports-3.0.2 test/README
backports-3.0.1 test/README
backports-3.0.0 test/README
backports-2.8.2 test/README
backports-2.8.1 test/README
backports-2.8.0 test/README
backports-2.7.1 test/README
backports-2.7.0 test/README
backports-2.6.7 test/README
backports-2.6.6 test/README
backports-2.6.5 test/README
fragrant-0.0.5 vendor/bundle/ruby/1.9.1/gems/backports-2.6.4/test/README
backports-2.6.4 test/README
backports-2.6.3 test/README
backports-2.6.2 test/README
backports-2.6.1 test/README
backports-2.6.0 test/README
backports-2.5.3 test/README
backports-2.5.2 test/README