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,7 +32,7 @@ class TestModel < ActiveRecord::Base | ||
32 | :order => [:f_type, :f_published_at, :f_profile_type, :f_category] | 32 | :order => [:f_type, :f_published_at, :f_profile_type, :f_category] |
33 | end | 33 | end |
34 | 34 | ||
35 | -class ActsAsFacetedTest < Test::Unit::TestCase | 35 | +class ActsAsFacetedTest < ActiveSupport::TestCase |
36 | def setup | 36 | def setup |
37 | @facets = { | 37 | @facets = { |
38 | "facet_fields"=> { | 38 | "facet_fields"=> { |