OOP and Rails System Tests
In this post we will take a look at a way to improve sample Rails 5.1.3 System Test using POROs, collaborators, delegation and modules. https://bpohoriletz.github.io/2017/10/16/oop-and-rails-system-tests.html
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
In this post we will take a look at a way to improve sample Rails 5.1.3 System Test using POROs, collaborators, delegation and modules. https://bpohoriletz.github.io/2017/10/16/oop-and-rails-system-tests.html
Comments
Reminds me of https://github.com/drugpl/bbq :)
yeah, I’m definitely not the first/only person trying to use page objects to improve tests, thank you for reading!
Post a comment