From 9dc48a09a7e87ebd3bcaf9f606532bb72a39cad0 Mon Sep 17 00:00:00 2001 From: Vladimir Sharshov Date: Thu, 27 Oct 2011 23:53:23 +0400 Subject: [PATCH] Fix "Don't know how to build task 'airbrake:deploy'" --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index 035ccba70..0055089f7 100644 --- a/Rakefile +++ b/Rakefile @@ -3,5 +3,6 @@ require File.expand_path('../config/application', __FILE__) require 'rake' +require 'airbrake/tasks' Rosa::Application.load_tasks