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

Address rspec deprecation warnings fixes #1076 #1077

Merged
merged 1 commit into from Sep 9, 2014

Conversation

justinfrench
Copy link
Member

  • Mock => Double
  • and_return { value } => and_return(value)
  • be_false => be_falsey
  • be_true => be_truthy
  • config.infer_spec_type_from_file_location! (we don't rely on this, but adding it silenced the last deprecation)

@justinfrench
Copy link
Member Author

Merging on green.

justinfrench added a commit that referenced this pull request Sep 9, 2014
@justinfrench justinfrench merged commit 72da512 into master Sep 9, 2014
@mikz mikz deleted the fix-rspec-deprecations branch March 26, 2016 15:13
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.

None yet

1 participant