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

Fix deprecated messages from rspec mock and any_number_of_time. #387

Merged
merged 2 commits into from
Dec 10, 2013

Conversation

fmendez
Copy link
Contributor

@fmendez fmendez commented Dec 4, 2013

Both the mock and the any_number_of_time functions within the specs were replace by a non-deprecated alternative.

@@ -4,7 +4,7 @@ require 'awestruct/version'
spec = Gem::Specification.new do |s|
s.name = 'awestruct'
s.version = Awestruct::VERSION
s.date = '2013-12-03'
s.date = '2013-12-04'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if we need this change, I think it's auto generated. Really not sure why this would have changed.

@LightGuard
Copy link
Member

Everything else looks good.

@fmendez
Copy link
Contributor Author

fmendez commented Dec 9, 2013

Yeah I'm not quite sure how that changed :(, should I revert it back and push again?

@LightGuard
Copy link
Member

Yeah, let's get a pull request that's just the bits that actually need to
be changed.

On Mon, Dec 9, 2013 at 2:16 PM, Fernando Mendez notifications@github.comwrote:

Yeah I'm not quite sure how that changed :(, should I revert it back and
push again?


Reply to this email directly or view it on GitHubhttps://github.com//pull/387#issuecomment-30174232
.

Jason Porter
http://en.gravatar.com/lightguardjp

LightGuard added a commit that referenced this pull request Dec 10, 2013
Fix deprecated messages from rspec mock and any_number_of_time.

Excellent! Thank you very much.
@LightGuard LightGuard merged commit 4f94e05 into awestruct:master Dec 10, 2013
@LightGuard LightGuard added this to the 0.5.4 milestone Apr 8, 2014
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

2 participants