mirror of
https://github.com/aasm/aasm
synced 2023-03-27 23:22:41 -04:00
Making the specs rcov runnable
This commit is contained in:
parent
baceb4b53e
commit
6b1e0f4949
2 changed files with 2 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
require 'spec'
|
||||
require File.join(File.dirname(__FILE__), '..', 'aasm')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue