Skip to content

Commit

Permalink
Changed installer. We can leave the mock where it is
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmorrison committed Dec 19, 2006
1 parent 53e772a commit dac3703
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions install.rb
@@ -1,3 +1 @@
# Copy the mock imap.rb to the project's test directory
require 'fileutils'
FileUtils.cp(File.join(File.dirname(__FILE__), 'test/mocks/imap.rb'), File.join(File.dirname(__FILE__), '../../../test/mocks/test/'))
puts "\nAdd the following line to the top of your lib/authenticated_test_helper.rb\n\trequire File.dirname(__FILE__) + '/../vendor/plugins/imap_authenticatable/test/mocks/imap.rb'\n"
2 changes: 0 additions & 2 deletions uninstall.rb
@@ -1,2 +0,0 @@
# Uninstall hook code here
puts "Remember to delete test/mocks/test/imap.rb"

0 comments on commit dac3703

Please sign in to comment.