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

Support weight round robin mock #89

Merged
merged 4 commits into from
Apr 17, 2015

Conversation

freddy61025
Copy link
Contributor

No description provided.

@@ -59,6 +59,20 @@ def list_resource_record_sets(zone_id, options = {})
end

class Mock
def set_identified_records(record, zone, name)
Copy link
Member

Choose a reason for hiding this comment

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

I feel like the set here is potentially confusing. I imagine it to mean like "a set of objects", but I can't help but read it like "set a value". I feel like it might be clearer if it were just get_identified_records. What do you think?

@geemus
Copy link
Member

geemus commented Apr 16, 2015

Looks good overall, added one comment above. Also it looks like there are some failures on travis for the tests relating to undefined methodappend' for []:Array (NoMethodError)`. If you could also check in on those that would be great. Thanks!

@freddy61025
Copy link
Contributor Author

the bug should be fixed

geemus added a commit that referenced this pull request Apr 17, 2015
@geemus geemus merged commit 7f3650d into fog:master Apr 17, 2015
@geemus
Copy link
Member

geemus commented Apr 17, 2015

Thanks!

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.

2 participants