lib/tasks/setup.rb in dev-2.0.258 vs lib/tasks/setup.rb in dev-2.0.259
- old
+ new
@@ -10,10 +10,10 @@
#
class Setup < Array
def update
add 'bundle install' if(File.exists?('Gemfile'))
- ['bin','data','log','make','publish'].each{|dir|
+ ['bin','data','log','make','publish','test'].each{|dir|
add "<%FileUtils.mkdir('#{Environment.dev_root}/#{dir}')%>" if !File.exists? "#{Environment.dev_root}/#{dir}"
}
Dir.glob('*.gemspec').each{|gemspec_file|
add "<%Gemspec.update('#{gemspec_file}')%>"
\ No newline at end of file