Last Updated: February 25, 2016
·
568
· rorcraft

Rspec implicit docstring

An empty titled it block, description is auto-generated based on the last #should

it do
   3.should equal(2)
   5.should equal(5)
 end
Then the output should contain "should equal 5"