You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.
this is a chicken&egg situation where one could do
RAILS_ENV=test rake ci and only put kender in the test section. but if you dont want to explicitly state this is for test, then the gem needs to be in the development section.
Yes, this is an unavoidable side-effect of the way rake works and effects other gems like rspec and cucumber equally. I think the best thing here would be to improve the documentation to explain the choices in the README.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
since kender is used for automated testing, I was hoping I could keep it in the test section.
but it requires to be in development to be run. or the tasks are not found.
ci:status:pending at least, could not be found.
The text was updated successfully, but these errors were encountered: