Functional tests now work properly, bearing in mind whether a user is logged in or...
[depot.git] / Capfile
1 load 'deploy' if respond_to?(:namespace) # cap2 differentiator
2 Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
3 load 'config/deploy'