Skip to content

Upgrade to Rspec 3.0 #1

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

Merged
merged 2 commits into from
Jul 30, 2014
Merged

Upgrade to Rspec 3.0 #1

merged 2 commits into from
Jul 30, 2014

Conversation

parkr
Copy link
Contributor

@parkr parkr commented Jul 24, 2014

  • use be(true), as be_true has turned into be_truthy, but it's too wishy-washy for what we're looking for. same for false
  • stubbing is now allow(obj).to receive(:method) { "some val to return" }
  • bumped gem in gemspec

@parkr parkr changed the title Update spec to respect rspec 3's deprecations. Update spec to respect rspec's deprecations. Jul 24, 2014
@parkr parkr changed the title Update spec to respect rspec's deprecations. Upgrade to Rspec 3.0 Jul 24, 2014
parkr added a commit that referenced this pull request Jul 30, 2014
@parkr parkr merged commit 74af17b into master Jul 30, 2014
@parkr parkr deleted the fix-deprecations branch July 30, 2014 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant