fixing bug #1187 - dependency is no longer needed

This commit is contained in:
Stefan Richter 2011-10-06 00:04:59 +02:00
parent cf78ad3659
commit 78e3109c91

View file

@ -1,8 +1,6 @@
namespace :tracks do
desc 'Replace the password of USER with a new one.'
task :password => :environment do
Dependencies.load_paths.unshift(File.dirname(__FILE__) + "/../../vendor/gems/highline-1.5.0/lib")
require "highline/import"
user = User.find_by_login(ENV['USER'])