aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/sass/sass-extensions/zen-grids/templates/unit-tests/manifest.rb
blob: 43ce28827206273ad33eef862a89fe82b079b40b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
description "Unit tests for the Zen Grids system."

stylesheet 'sass/function-zen-direction-flip.scss',  :media => 'all', :to => 'function-zen-direction-flip.scss'
stylesheet 'sass/function-zen-grid-item-width.scss', :media => 'all', :to => 'function-zen-grid-item-width.scss'
stylesheet 'sass/function-zen-half-gutter.scss',     :media => 'all', :to => 'function-zen-half-gutter.scss'
stylesheet 'sass/function-zen-unit-width.scss',      :media => 'all', :to => 'function-zen-unit-width.scss'
stylesheet 'sass/zen-clear.scss',                    :media => 'all', :to => 'zen-clear.scss'
stylesheet 'sass/zen-float.scss',                    :media => 'all', :to => 'zen-float.scss'
stylesheet 'sass/zen-grid-container.scss',           :media => 'all', :to => 'zen-grid-container.scss'
stylesheet 'sass/zen-grid-flow-item.scss',           :media => 'all', :to => 'zen-grid-flow-item.scss'
stylesheet 'sass/zen-grid-item-base.scss',           :media => 'all', :to => 'zen-grid-item-base.scss'
stylesheet 'sass/zen-grid-item.scss',                :media => 'all', :to => 'zen-grid-item.scss'
stylesheet 'sass/zen-nested-container.scss',         :media => 'all', :to => 'zen-nested-container.scss'

file 'test-results/function-zen-direction-flip.css'
file 'test-results/function-zen-grid-item-width.css'
file 'test-results/function-zen-half-gutter.css'
file 'test-results/function-zen-unit-width.css'
file 'test-results/zen-clear.css'
file 'test-results/zen-float.css'
file 'test-results/zen-grid-container.css'
file 'test-results/zen-grid-flow-item.css'
file 'test-results/zen-grid-item-base.css'
file 'test-results/zen-grid-item.css'
file 'test-results/zen-nested-container.css'

file 'README.txt'

help %Q{
To run the unit tests, simply run "compass compile" and compare the generated
CSS to those in the results directory.
  diff -r results css
}

welcome_message %Q{
You rock! The unit tests for the Zen Grids system are now installed.
}