comparison sass-extensions/zen-grids/templates/unit-tests/README.txt @ 0:a3750d724105 default tip

initital
author Dirk Wintergruen <dwinter@mpiwg-berlin.mpg.de>
date Tue, 02 Jun 2015 09:16:36 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a3750d724105
1 UNIT TESTS FOR ZEN GRIDS
2 ------------------------
3
4 To run the unit tests for Zen Grids:
5
6 1. Create a "tests" Compass project using the unit-tests pattern:
7
8 compass create tests -r zen-grids --using=zen-grids/unit-tests
9
10 2. From inside the "tests" project, compare the compiled stylesheets to the
11 previous unit test results in the test-results directory:
12
13 diff -r test-results/ stylesheets/
14
15 If the unit tests were successful, the above command should report no
16 differences.