From 27fc466e4fc7a8e4e151b693b6d1a488698149cc Mon Sep 17 00:00:00 2001 From: Joao Vitor Date: Thu, 9 Apr 2009 01:20:53 -0300 Subject: [PATCH] Conversation is required to make spec pass --- spec/functional/conversation_spec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/functional/conversation_spec.rb b/spec/functional/conversation_spec.rb index 8fa5d4a..e64d7bc 100644 --- a/spec/functional/conversation_spec.rb +++ b/spec/functional/conversation_spec.rb @@ -1,3 +1,5 @@ +require File.join(File.dirname(__FILE__), 'conversation') + describe Conversation, 'description' do it '.aasm_states should contain all of the states' do Conversation.aasm_states.should == [:needs_attention, :read, :closed, :awaiting_response, :junk]