-
Notifications
You must be signed in to change notification settings - Fork 137
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 rspec deprecation warning #2
Conversation
dentarg
commented
Aug 6, 2014
RSpec::Core::Configuration#color_enabled= is deprecated. Use RSpec::Core::Configuration#color= instead.
This will make it possible to run the tests through Running the tests (through |
Oops, I screwed that up, didn't I. Edit: Nice, force push saved me. |
Conflicts: spec/spec_helper.rb
@jfromaniello what do you think? merge? |
Sure, but we don't have any test here LOL... Can you help me a little bit, what will be the defacto way to test a library like this in ruby? webmock and factorygirl? |
Hehe... I think VCR would be a good fit. |
VCR with RSpec would be good :). Martin Gontovnikas Twitter: @mgonto (https://twitter.com/mgonto) On Tuesday, 16 de September de 2014 at 11:48, Patrik Ragnarsson wrote:
|
@jfromaniello @mgonto so... merge? |
Yep, merge :). Thanks! |