-
-
Notifications
You must be signed in to change notification settings - Fork 1k
[fix-1921] use relative path when no fixture_path configured #1943
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, when we can get a green build this should be merged, I will request you undo the spacing change however.
if ActionController::TestCase.respond_to?(:fixture_path) | ||
ActionController::TestCase.fixture_path = value | ||
end | ||
ActionController::TestCase.fixture_path = value if ActionController::TestCase.respond_to?(:fixture_path) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please undo this.
f82af8a
to
e965f58
Compare
@JonRowe changes have been done, CI seems already broken before my change |
Sadly master is broken thats correct but your branch is more broken than master, so I'd really like to see a green build here! I'm trying to tackle master myself but it might take a while. |
I have a green build over in #1950, you could consider rebasing your branch off that to see if your build goes green. |
#1950 has now been merged so you should be able to get a green build if you rebase / merge master |
ping @JonRowe |
[skip ci]
related to issue #1921