From b8b6fd96e5d1c7e803550dd86d3c4ed577bba9d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Tue, 22 Mar 2016 23:36:38 +0100 Subject: Add theme for MRP site. --- .../zen-grids/templates/unit-tests/README.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 sites/brdo.brontosaurus.cz.mrp/themes/mrp/sass-extensions/zen-grids/templates/unit-tests/README.txt (limited to 'sites/brdo.brontosaurus.cz.mrp/themes/mrp/sass-extensions/zen-grids/templates/unit-tests/README.txt') diff --git a/sites/brdo.brontosaurus.cz.mrp/themes/mrp/sass-extensions/zen-grids/templates/unit-tests/README.txt b/sites/brdo.brontosaurus.cz.mrp/themes/mrp/sass-extensions/zen-grids/templates/unit-tests/README.txt new file mode 100644 index 000000000..2efa8cd19 --- /dev/null +++ b/sites/brdo.brontosaurus.cz.mrp/themes/mrp/sass-extensions/zen-grids/templates/unit-tests/README.txt @@ -0,0 +1,16 @@ +UNIT TESTS FOR ZEN GRIDS +------------------------ + +To run the unit tests for Zen Grids: + +1. Create a "tests" Compass project using the unit-tests pattern: + + compass create tests -r zen-grids --using=zen-grids/unit-tests + +2. From inside the "tests" project, compare the compiled stylesheets to the + previous unit test results in the test-results directory: + + diff -r test-results/ stylesheets/ + + If the unit tests were successful, the above command should report no + differences. -- cgit v1.2.3