1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Make all test files executable.

This commit is contained in:
Nathan Weizenbaum 2010-01-11 02:49:33 -08:00
parent b217f38530
commit 96165f3b3b
9 changed files with 2 additions and 0 deletions

0
test/haml/engine_test.rb Normal file → Executable file
View file

0
test/haml/helper_test.rb Normal file → Executable file
View file

0
test/haml/html2haml_test.rb Normal file → Executable file
View file

0
test/haml/template_test.rb Normal file → Executable file
View file

0
test/haml/util_test.rb Normal file → Executable file
View file

1
test/sass/css2sass_test.rb Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env ruby
require 'test/unit'
require File.dirname(__FILE__) + '/../test_helper'
require 'sass/css'

1
test/sass/functions_test.rb Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/usr/bin/env ruby
require 'test/unit'
require File.dirname(__FILE__) + '/../../lib/sass'
require 'sass/script'

0
test/sass/plugin_test.rb Normal file → Executable file
View file

0
test/sass/script_test.rb Normal file → Executable file
View file