MS DG forgot require for cucumber

This commit is contained in:
Maxwell Salzberg 2011-09-12 17:35:54 -07:00
parent 665facaeb0
commit ee257b2a7c

View file

@ -2,7 +2,11 @@
# licensed under the Affero General Public License version 3 or later. See # licensed under the Affero General Public License version 3 or later. See
# the COPYRIGHT file. # the COPYRIGHT file.
class Postzord::Dispatcher class Postzord::Dispatcher
require File.join(Rails.root, 'lib/postzord/dispatcher/private')
#require File.join(Rails.root, 'lib/postzord/dispatcher/public')
attr_reader :zord attr_reader :zord
delegate :post, :to => :zord delegate :post, :to => :zord