Commit 123a36831da02c294840211a1b991542206dc911

Authored by Andrew Kane
1 parent 006857c4

Fixed parent class for test case [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/unscope_test.rb
1 1 require_relative "test_helper"
2 2  
3   -class UnscopeTest < ActiveSupport::TestCase
  3 +class UnscopeTest < Minitest::Test
4 4 def setup
5 5 @@once ||= Artist.reindex
6 6  
... ...