RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

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!

Improve your test readability using the xUnit structure

TL;DR: test quality is not just about verifying correctly whether your code works, it’s also about making your test easy to read and understand.

This post talks about improving your tests quality by making them more readable. It teaches you how to do that using the xUnit four-phase test structure standard.

http://blog.plataformatec.com.br/2014/04/improve-your-test-readability-using-the-xunit-structure/

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in