Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to RSpec 3 #64

Merged
merged 1 commit into from
Dec 23, 2015
Merged

Update to RSpec 3 #64

merged 1 commit into from
Dec 23, 2015

Conversation

pointlessone
Copy link
Member

This is mostly a mechanical changes.

  • Replaced all .should with expect()
  • Removed deprecated options
  • Replaced Set comparisons with match_array
  • Cleaned up everything that RSpec complained about

@packetmonkey
Copy link
Contributor

It looks like this would pass once we merge #63. If so I think I'm good with merging this as the build is already broken.

Does that sound correct?

@pointlessone
Copy link
Member Author

No, not quite. Those 4 specs would still fail on 2.0.0-p0. That issue still needs to be addressed.

@packetmonkey
Copy link
Contributor

Alright, between these two PRs the build should pass again, lets merge this, then with that PR hopefully the build passes after we tweak those 4 tests.

Thanks!

packetmonkey added a commit that referenced this pull request Dec 23, 2015
@packetmonkey packetmonkey merged commit 875c432 into master Dec 23, 2015
@packetmonkey packetmonkey deleted the rspec-upgrade branch December 23, 2015 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants