<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><font color="#5856d6" class="">Would be unfortunate if MiniTest isn’t supported in Rails since it appears that many Rails developers use TextMate, and Minitest is the default testing framework.</font><div class=""><font color="#5856d6" class=""><br class=""></font></div><div class=""><font color="#5856d6" class="">(Not to take away from RSpec, it is popular.</font> <span style="color: rgb(88, 86, 214);" class="">I started with MiniTest and since I’m a Newbie I’m reluctant to add more confusion by changing testing methods.</span></div><div class=""><font color="#5856d6" class=""><br class=""></font></div><div class=""><font color="#5856d6" class="">Am I right in understanding that the Ruby on Rails bundle has the testing baked in and doesn’t use the version installed on the users computer?<br class=""></font><div><font color="#5856d6" class=""><br class=""></font></div><div><font color="#5856d6" class="">More info on the change and background:</font></div><div><font color="#5856d6" class=""><br class=""></font></div><div><font color="#5856d6" class="">Rake commands have been changed to Rails commands. This was done to avoid confusion (no way to tell whether to use rake or rails). <a href="https://github.com/rails/rails/issues/18878" class="">https://github.com/rails/rails/issues/18878</a><br class=""><br class="">Overview of Rails 5 changes: <a href="https://www.youtube.com/watch?v=OaDhY_y8WTo" class="">https://www.youtube.com/watch?v=OaDhY_y8WTo</a></font></div><div><br class=""></div><div><a href="http://guides.rubyonrails.org/testing.html" class="">A Guide to Testing Rails Applications — Ruby on Rails Guides</a><font color="#5856d6" class=""><br class=""><br class=""></font><blockquote type="cite" class=""><div class=""><div class=""><br class="">Rails 5 uses `rails` instead of `rake` for everything, including running <br class="">tests.<br class=""><br class="">I may look into this if I find some time, but unfortunately all Rails <br class="">projects I?m working on use RSpec instead of Test::Unit, so this is not <br class="">really a problem for me personally and thus rather low-priority ?<br class=""><br class="">(On a side note: the RSpec bundle works fine with Rails 5 :-)<br class=""><br class=""><br class="">Stefan<br class=""><br class="">Am 17.03.17 um 09:05 schrieb Koen Punt:<br class=""><blockquote type="cite" class="">What's the problem with rake?<br class=""><br class="">Koen<br class=""></blockquote></div></div></blockquote><br class=""><blockquote type="cite" class=""><div class=""><div class=""><blockquote type="cite" class="">On Mar 16 2017, at 11:47 pm, Greg <<a href="mailto:web@web.knobby.ws" class="">web@web.knobby.ws</a>> wrote:<br class=""><br class="">    I usually use the command line for testing (I?m more or less a<br class="">    newbie to testing), but thought I?d try staying in TextMate, but see<br class="">    it's still using Rake.<br class=""><br class="">    I wish I could help, but I?m already in over my head.<br class=""><br class="">    Greg<br class=""></blockquote></div></div></blockquote></div></div></body></html>