[Rails] Re: Any reason to use minitest instead of Rspec

2014-11-23 Thread Mark Rabins
Minitest is basically now built in. It's lighter, and easier to use. On Thursday, November 20, 2014 11:13:55 AM UTC-8, Roelof Wobben wrote: > > Hello, > > I try again to learn ruby and Im following now "Agile Web development in > Rails 4" > > I see that the author uses minitest to test models.

[Rails] Re: Any reason to use minitest instead of Rspec

2014-11-21 Thread Matt Jones
On Thursday, 20 November 2014 14:13:55 UTC-5, Roelof Wobben wrote: > > Hello, > > I try again to learn ruby and Im following now "Agile Web development in > Rails 4" > > I see that the author uses minitest to test models. > > Is there any reason to use minitest instead of Rspec to test models