diff options
Diffstat (limited to 'Capfile')
-rw-r--r-- | Capfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Capfile b/Capfile index 8915892..1ace4ce 100644 --- a/Capfile +++ b/Capfile | |||
@@ -14,7 +14,6 @@ require "capistrano/bundler" | |||
14 | require "capistrano/rails/assets" | 14 | require "capistrano/rails/assets" |
15 | require "capistrano/rails/migrations" | 15 | require "capistrano/rails/migrations" |
16 | require "capistrano/passenger" | 16 | require "capistrano/passenger" |
17 | require "whenever/capistrano" | ||
18 | 17 | ||
19 | # Load custom tasks from `lib/capistrano/tasks` if you have any defined | 18 | # Load custom tasks from `lib/capistrano/tasks` if you have any defined |
20 | Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r } | 19 | Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r } |