Commit a89adf35a155b2feac610cb5b7d558640c82ed05
1 parent
9be60d08
Exists in
master
and in
14 other branches
spaminator: Remove unnecessary type assert (fix test)
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
plugins/spaminator/test/unit/spaminator_plugin/report_test.rb
@@ -21,7 +21,6 @@ class SpaminatorPlugin::ReportTest < ActiveSupport::TestCase | @@ -21,7 +21,6 @@ class SpaminatorPlugin::ReportTest < ActiveSupport::TestCase | ||
21 | 21 | ||
22 | reports = SpaminatorPlugin::Report.from_environment(environment) | 22 | reports = SpaminatorPlugin::Report.from_environment(environment) |
23 | 23 | ||
24 | - assert_equal ActiveRecord::Relation, reports.class | ||
25 | assert_includes reports, r1 | 24 | assert_includes reports, r1 |
26 | assert_includes reports, r2 | 25 | assert_includes reports, r2 |
27 | assert_includes reports, r3 | 26 | assert_includes reports, r3 |