Slide 6
Slide 6 text
RSpec - DSL i and building real specs
(4/11)
My main point: RSpec is a tool much bigger than other testing frameworks
we have in ruby. However many of its features, are not used by many of
its users. In those cases, using it instead of alternatives (wspomiany
MiniTest i TestBench) is a waste of resources.
RSpec, despite some flaws, is the best ruby tool to build specs.
It is not the best to build tests.
Here i want to share some examples of how you can use its robust DSL to
build better specs, that are actual specs, more than pure tests.