lib/adhearsion/generators/app/app_generator.rb in adhearsion-2.1.3 vs lib/adhearsion/generators/app/app_generator.rb in adhearsion-2.2.0

- old
+ new

@@ -2,11 +2,11 @@ module Adhearsion module Generators class AppGenerator < Generator - BASEDIRS = %w( config lib script spec ) - EMPTYDIRS = %w( spec/call_controllers spec/support ) + BASEDIRS = %w( config lib script spec ) + EMPTYDIRS = %w( spec/support ) def setup_project self.destination_root = @generator_name BASEDIRS.each { |dir| directory dir } EMPTYDIRS.each { |dir| empty_directory dir }