Skip to content

Commit

Permalink
Simplify the compare_states_test
Browse files Browse the repository at this point in the history
  • Loading branch information
geekq committed Jan 28, 2013
1 parent 7b6c83b commit f6762b3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/new_versions/compare_states_test.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require File.join(File.dirname(File.dirname(__FILE__)), 'test_helper')

require 'test_helper'
require 'workflow'

class ComparableStatesOrder
Expand All @@ -16,7 +15,7 @@ class ComparableStatesOrder
end
end

class CompareStatesTest < ActiveRecordTestCase
class CompareStatesTest < Test::Unit::TestCase

test 'compare states' do
o = ComparableStatesOrder.new
Expand Down

0 comments on commit f6762b3

Please sign in to comment.