public
Description: JavaScript Unit Test suite; no dependencies (but same API as prototypejs' unittest suite)
Homepage: http://jsunittest.rubyforge.org/
Clone URL: git://github.com/drnic/jsunittest.git
olleolleolle (author)
Mon Apr 06 04:40:44 -0700 2009
commit  5699afebc1e42e7bd2bfc65f1dc39b7c878f318c
tree    0895a1f93e8df0ddf43cc8d1ce4dc52f3bdfd586
parent  a774b95645b368f9aa36d448954a48206cad82b5
jsunittest / Capfile
100644 5 lines (3 sloc) 0.153 kb
1
2
3
4
5
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy'