From 0e4f9ae98d34c63ccf62409bbc2590a679174e47 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Tue, 27 Mar 2012 17:54:27 -0700 Subject: [PATCH] fix chubbies by expliciting setting the view path --- spec/chubbies/app.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/chubbies/app.rb b/spec/chubbies/app.rb index 130757abbf5..aa3b4cf208d 100644 --- a/spec/chubbies/app.rb +++ b/spec/chubbies/app.rb @@ -60,6 +60,7 @@ class User < ActiveRecord::Base end class App < DiasporaClient::App + set :views, File.join(File.dirname(__FILE__), 'views') def current_user @user = User.first end