↧
Book Review: BDD in Action by John Ferguson Smart (Manning)
As the subtitle of the book ‘Behavior-driven development for the whole software lifecycle’ suggests, this is a book describing Behaviour Driven Development for the different phases of software...
View Articleminitest assert_routing with method included in path
Problem When trying to use the minitest assert_routing with the first parameter representing the path as a hash that includes both the path and the method, and run the tests rails complains about...
View ArticleRouting rspec with nested routes
Problem You would like to add a routing rspec test in your rails application that tests for a nested route. So while you have something like the following in your config/routes.rb file: namespace...
View Article