Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMaxwell Salzberg <maxwell@joindiaspora.com>2011-07-13 06:58:42 +0400
committerMaxwell Salzberg <maxwell@joindiaspora.com>2011-07-13 07:19:38 +0400
commit6523f0542a81c75f405d72b2ccaf3d4bbe8b5ed3 (patch)
treebe57609992d1c63d12f3898279188cc162a2eeb1 /spec
parent0fae31dacf12bcbf56f77a687165df39d362d452 (diff)
require haml in chubbies to kill error
Diffstat (limited to 'spec')
-rw-r--r--spec/chubbies/app.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/chubbies/app.rb b/spec/chubbies/app.rb
index 90348b627..e1233408f 100644
--- a/spec/chubbies/app.rb
+++ b/spec/chubbies/app.rb
@@ -2,6 +2,7 @@ module Chubbies
require 'active_record'
require 'jwt'
require 'diaspora-client'
+ require 'haml'
def self.reset_db
`rm -f #{File.expand_path('../chubbies.sqlite3', __FILE__)}`