Closed futtetennista closed 9 years ago
Thanks! :+1:
how to write tests for this, on the other hand there weren't any for the previous implementation.
yeah I know, it's difficult to test. I used to have specs that actually test the repl output but this was very brittle. I reverted to only testing command logic, not configuration (this is mostly configuration and setup logic, which is difficult to test)
I wouldn't lose sleep over it
Thanks for the feedback!
:+1:
In my multi-project build, replicant would incorrectly set the package name of one of the sub-projects (which is a library project). I amended the implementation so that it looks for the manifest in the current directory and all sub-directories and checks if the sub-project is an app project.
I couldn't really figure out how to do a couple of things properly, so suggestions are welcome: