10 May, 2016

1 commit

  • After the refactor removing HTML generation from the Block subclass, the
    tests were outdated.
    
    The tests related to methods moved to the helper have been placed on its
    own test file and adapted accordingly since the code has changed
    slightly, but the assertions remained untouched (thus the refactor is
    correct).
    
    Finally block tests related to the view have been moved into a new view
    test suite.
    Rafael Reggiani Manzo