Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a82116208c48
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 18e47a7e571c
Choose a head ref
  • 2 commits
  • 211 files changed
  • 2 contributors

Commits on Aug 21, 2015

  1. Updates for RSpec 3

    Mostly simple syntax changes to the new `expect` style but also various
    manual fixes where transpec didn't quite do the job. Normally around
    the new `pending` semantics, and that the block form of `pending` is
    deprecated.
    
    Another big one was being explicit about the types of errors thrown.
    
    There is still plenty of room for improvement here but at least we are
    up and running on the latest/greatest RSpec vintage.
    benlovell committed Aug 21, 2015
    Copy the full SHA
    55f56c9 View commit details
  2. Merge pull request #3265 from benlovell/rspec-3

    Updates for RSpec 3
    enebo committed Aug 21, 2015
    Copy the full SHA
    18e47a7 View commit details
Loading