rspec / rspec-its

`its` for RSpec 3 extracted from rspec-core 2.x
MIT License
260 stars 37 forks source link

Bump to RSpec 3.9. #75

Closed voxik closed 4 years ago

voxik commented 4 years ago

The one test failure was caused by change in RSpec 3.9:

https://github.com/rspec/rspec-expectations/pull/1080

pirj commented 4 years ago

Thanks!

Can you please push-force to retrigger the build? Seems unrelated:

timed out (https://api.rubygems.org/specs.4.8.gz)
pirj commented 4 years ago

Grab this if you need some inspiration. Come on, be brave!

JonRowe commented 4 years ago

Closing in favour of #76

JonRowe commented 4 years ago

Thanks for the prompt @voxik we've merged #76 which handles this how we'd prefer (which is checking all versions of rspec against this and gating on 3.9 for the changed output). You should be able to run this now with the environment variable set for your version. Note you'll need to emulate our test file if you're not using it, as it sets up cucumber correctly.

voxik commented 4 years ago

:+1: thx a lot