-
Notifications
You must be signed in to change notification settings - Fork 34
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 problem with undef override_hostname #34
Conversation
|
There's no rspec tests as part of this PR? |
|
Yea, I failed at writing the rspec test. I wanted it to fail if override_hostname is present with the default params. |
|
Well, it's failing... |
|
Ok, that seems to have got it (with the Travis CI problem again). |
|
#36 should work around the ruby 1.8.7 problem. Try rebasing on top of master. |
|
Looks like #36 did the trick, good work |
|
Could you rebase? |
|
@NoodlesNZ ping? This PR needs to be rebased so it can be merged. |
|
I've only just got back from vacation, so will look at this once I've caught up on emails/work. |
|
There you go, that should do it. |
Fix problem with undef override_hostname
|
Thank you again! |
If override_hostname is not defined it uses the default of undef, but the logic in the template doesn't work as expected. I've added a failing rspec test first, which I will fix in another commit.