Skip to content

Commit

Permalink
Making the specs rcov runnable
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Mar 27, 2009
1 parent baceb4b commit 6b1e0f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/functional/conversation_spec.rb
@@ -1,3 +1,4 @@
require File.join(File.dirname(__FILE__), "..", "spec_helper")
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]
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
@@ -1 +1,2 @@
require 'spec'
require File.join(File.dirname(__FILE__), '..', 'aasm')

0 comments on commit 6b1e0f4

Please sign in to comment.