Commit 8c4073d6ab2f765124e70c2902e16aeebd857175
1 parent
50def845
Exists in
master
and in
29 other branches
Replaced 'Test::Unit' with 'ActiveSupport' in unit tests
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/unit/acts_as_faceted_test.rb
... | ... | @@ -32,7 +32,7 @@ class TestModel < ActiveRecord::Base |
32 | 32 | :order => [:f_type, :f_published_at, :f_profile_type, :f_category] |
33 | 33 | end |
34 | 34 | |
35 | -class ActsAsFacetedTest < Test::Unit::TestCase | |
35 | +class ActsAsFacetedTest < ActiveSupport::TestCase | |
36 | 36 | def setup |
37 | 37 | @facets = { |
38 | 38 | "facet_fields"=> { | ... | ... |