Skip to content

Commit

Permalink
Fix bug in which rspec:install generator tries to copy autotest files
Browse files Browse the repository at this point in the history
that don't exist.

- Closes rspec#283
  • Loading branch information
dchelimsky committed Dec 13, 2010
1 parent 7f9921b commit 150355c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/generators/rspec/install/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ def copy_spec_files
directory 'spec'
end

def copy_autotest_files
directory 'autotest'
end

def app_name
Rails.application.class.name
end

end
end
end

0 comments on commit 150355c

Please sign in to comment.