Fixing issue where bundler would get confused during multi-app selenium#3
Fixing issue where bundler would get confused during multi-app selenium#3dtognazzini merged 1 commit intomasterfrom
Conversation
|
I verified all of the following work: This does not work: ...which is probably fine since we're using bundler, so we need to 'bundle All of this still kind of smells to me:
The last point is perhaps the most interesting as this is what caused The reason why the default rake task failed is because Perhaps the guideline to follow is that for any task that is going to run So, if that's the guideline, then we should have a standard way of doing On Fri, Dec 14, 2012 at 5:23 PM, Andrew Mutz notifications@github.comwrote:
Donnie Tognazzini Principal Software Engineer | AppFolio, Inc. donnie.tognazzini@appfolio.comFind Us Online -- |
Fixing issue where bundler would get confused during multi-app selenium
running just "rake" from the gem root directory should now do what it is supposed to.