(do not merge) (qa-3110) spike rototiller create integration suite#78
Conversation
er0ck
commented
Jun 21, 2017
- this part needs a bit more work on how to run units vs. integration
|
can you guys figure out why this isn't working? ah, right. Rake::TaskLib only registers a task. we'll have to reach into rake to run it. edit: i tried skipping that step and defining a task in Rake::Application like: or it doesn't have Task methods, because RototillerTask is a child of TaskLib, not Rake::Task 😭 so to get this to work we might be able to monkey patch |
|
crap, i always forget about [skip ci] for spikes |
* implement an integration test helper set * this creates a helper that can run a single task in rspec * we could create another helper for rake -T and rake -D, etc, maybe * or it might make sense to just keep testing that stuff in acceptance * this doesn't work * it appears to not run the commands, not clear why [skip ci]
92990b4 to
3da02ac
Compare