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

Logging to $stdout #5

Closed
georgediaz88 opened this issue Mar 7, 2014 · 3 comments
Closed

Logging to $stdout #5

georgediaz88 opened this issue Mar 7, 2014 · 3 comments

Comments

@georgediaz88
Copy link

Is there any way to configure and not log to $stdout? or thoughts? I don't like running rspec tests and seeing the net http calls.

I thought of $stdout.stub(:write) for my tests but it wouldn't work well with pry :)

Thanks!

@georgediaz88
Copy link
Author

so I figured this one out. There is a:

p url

which wrote the url in each of my rspec tests. In the latest version, I see this was removed which was good. However, why is the latest version not in rubygems?

For now, I'll pull off the github repo. Hoping you guys can add the latest to rubygems soon?

@naissa12
Copy link
Contributor

Hi,

Latest version is now in rubygems:
https://rubygems.org/gems/wepay

Please let me know if you have any other questions!

Best,
Weina

@georgediaz88
Copy link
Author

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

No branches or pull requests

2 participants