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
diff options
context:
space:
mode:
authorMaxwell Salzberg <maxwell@joindiaspora.com>2012-03-28 04:54:27 +0400
committerMaxwell Salzberg <maxwell@joindiaspora.com>2012-03-28 04:54:27 +0400
commit0e4f9ae98d34c63ccf62409bbc2590a679174e47 (patch)
treea48368bd2031a73b18de43cb1b3b52b74f6c64a6
parentba917ec80b3b7470fd209747d3d585579eb95a67 (diff)
fix chubbies by expliciting setting the view pathpre-asset-pipeline
-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 130757abb..aa3b4cf20 100644
--- a/spec/chubbies/app.rb
+++ b/spec/chubbies/app.rb
@@ -60,6 +60,7 @@ module Chubbies
end
class App < DiasporaClient::App
+ set :views, File.join(File.dirname(__FILE__), 'views')
def current_user
@user = User.first
end