Ronak BhattTesting Devise authentication with Minitest and FakerWhen setting up a new Rails app with Devise, you should set up your test suite to work with authentication and write controller…Jun 1, 2023
Ignacio ChiazzoDon’t Run Your Ruby Minitest Classes Twice!Minitest uses Ruby classes. Each class inherits its parent’s methods causing each class parent to run its tests twice. Learn how to…Mar 15, 2022
InNerd For TechbyDavid PolcariWriting Maintainable TestsThis article focuses on writing tests in Ruby using MinitestFeb 3, 2023Feb 3, 2023
Jason BornhoftHow to test User login using Devise and Rails 7 test controllersTest User login using Devise as an important part of overall testing in Rails 7Jan 11, 20231Jan 11, 20231
Team QametaTo use or not to use assert_predicate with minitest in RubyRecently RuboCop started to blame my assert something.booked? style tests in minitest and telling me this:Jan 24, 2023Jan 24, 2023
Ronak BhattTesting Devise authentication with Minitest and FakerWhen setting up a new Rails app with Devise, you should set up your test suite to work with authentication and write controller…Jun 1, 2023
Ignacio ChiazzoDon’t Run Your Ruby Minitest Classes Twice!Minitest uses Ruby classes. Each class inherits its parent’s methods causing each class parent to run its tests twice. Learn how to…Mar 15, 2022
InNerd For TechbyDavid PolcariWriting Maintainable TestsThis article focuses on writing tests in Ruby using MinitestFeb 3, 2023
Jason BornhoftHow to test User login using Devise and Rails 7 test controllersTest User login using Devise as an important part of overall testing in Rails 7Jan 11, 20231
Team QametaTo use or not to use assert_predicate with minitest in RubyRecently RuboCop started to blame my assert something.booked? style tests in minitest and telling me this:Jan 24, 2023
Jeanmarie JackmanWARN: Unresolved or ambigious specs during Gem::Specification.reset: minitest (~> 5.1)Resolving gem version issue in RubyMay 27, 2020
Faiz AliUnit Testing with RSpecHi there! If you’ve finally stumbled upon this blog, then you must have a lot of questions regarding RSpec, or the boss, which is Unit…Jan 20, 2023
Ethan RyanGetting Started With Testing In Rails (Using Minitest and RSpec)Everyone says testing is important, but it’s easy to put off learning about and implementing. When you want to get an app made, and then…Dec 3, 2017