Rails Testing Antipatterns: Controllers
The ease of testing controllers is inversely proportional to how decoupled they are from the rest of the app. Read some examples in this post on antipatterns in testing Rails controllers.
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!
The ease of testing controllers is inversely proportional to how decoupled they are from the rest of the app. Read some examples in this post on antipatterns in testing Rails controllers.
Post a comment