Skip to content

Commit

Permalink
don't try to copy/include files that got removed in the last 3 commits
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed May 1, 2010
1 parent cbf9c8c commit 1acd9e3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/generators/rspec/install/install_generator.rb
Expand Up @@ -11,16 +11,6 @@ def self.source_root
@source_root ||= File.expand_path(File.join(File.dirname(__FILE__), 'templates'))
end

def copy_lib_files
directory 'lib'
end

def create_config_files
inside "config" do
directory "initializers"
end
end

def copy_spec_files
directory 'spec'
end
Expand Down

0 comments on commit 1acd9e3

Please sign in to comment.