Skip to content

Ensure the same version of rspec is executed.

Created by: postmodern

  • If a developer is not using bundler, but specifies the desired version of rspec via gem 'rspec', '~> 2.10.0', than the version of rspec that the rake task executes should match that of the loaded rspec-core.

Merge request reports