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

Rspec 3, flexible initialize block, fixes method_missing approach (prescribed use by twilio-ruby) #20

Merged
merged 8 commits into from
Feb 29, 2016

Conversation

rosskevin
Copy link

This solves #19, #18, and #13. The rspec test is fully updated and all tests pass.

The method_missing approach appears to be the prescribed use in the README such as:

@client.messages.create(
  from: '+14159341234',
  to: '+16105557069',
  body: 'Hey there!'
)

This now works and is tested the same as the approach using @client.account.messages etc.

deepredsky and others added 4 commits December 3, 2014 19:35
@afeld
Copy link

afeld commented Feb 12, 2015

Working great for me. Thanks for the fix! 👍

@rosskevin
Copy link
Author

@manlycode is this maintained or abandoned?

@monfresh
Copy link

@manlycode Hi. Just wondering if you were planning on merging this PR. Thanks!

yukas and others added 2 commits December 8, 2015 12:36
* From ~> 3.1.0 to ~> 3.1 to be able to update to version 3.4
manlycode added a commit that referenced this pull request Feb 29, 2016
Rspec 3, flexible initialize block, fixes method_missing approach (prescribed use by twilio-ruby)
@manlycode manlycode merged commit adc5181 into manlycode:master Feb 29, 2016
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.

6 participants