Просмотр исходного кода

Update testing instructions

tags/0.5.2
Michael Jackson 14 лет назад
Родитель
Сommit
bb58576ba5
2 измененных файлов: 2 добавлений и 2 удалений
  1. +1
    -1
      README.md
  2. +1
    -1
      Rakefile

+ 1
- 1
README.md Просмотреть файл

@@ -391,7 +391,7 @@ first. Once it's installed, you can install vows using [npm](http://npmjs.org/).


Then, run the tests. Then, run the tests.


$ vows test/*_test.js
$ vows --spec


The test suite consists of both unit and integration tests. If a template isn't The test suite consists of both unit and integration tests. If a template isn't
rendering correctly for you, you can make a test for it by doing the following: rendering correctly for you, you can make a test for it by doing the following:


+ 1
- 1
Rakefile Просмотреть файл

@@ -17,7 +17,7 @@ end


desc "Run all tests, requires vows (see http://vowsjs.org)" desc "Run all tests, requires vows (see http://vowsjs.org)"
task :test do task :test do
sh "vows test/*_test.js"
sh "vows --spec"
end end


desc "Minify to #{minified_file}, requires UglifyJS (see http://marijnhaverbeke.nl/uglifyjs)" desc "Minify to #{minified_file}, requires UglifyJS (see http://marijnhaverbeke.nl/uglifyjs)"


Загрузка…
Отмена
Сохранить