public
Description: DRY stylesheets with nested selectors and variables. No new syntax to learn :-)
Homepage: http://blog.airbladesoftware.com/2006/12/11/cssdryer-dry-up-your-css
Clone URL: git://github.com/airblade/css_dryer.git
airblade (author)
Thu Apr 23 09:48:35 -0700 2009
commit  2e7f75cb6d5284bbedd52ff77092dabc630f2726
tree    e20e15b19caebac6827fb6712f0a7c1367fb1b01
parent  a2edf0fd104a332f280cf38caec4ff5b21feabb3
css_dryer / .autotest
100644 9 lines (7 sloc) 0.206 kb
1
2
3
4
5
6
7
8
9
global_autotest_file = File.expand_path('~/.autotest')
load(global_autotest_file) if File.exists?(global_autotest_file)
 
class Autotest
  def tests_for_file(filename)
    Dir['test/**/*_test.rb']
  end
end