artist: drop unused member_names method.

This commit is contained in:
evazion
2019-09-06 16:18:29 -05:00
parent 4fb24c812f
commit 7d07b5f289
2 changed files with 0 additions and 8 deletions

View File

@@ -408,7 +408,6 @@ class ArtistTest < ActiveSupport::TestCase
cat_or_fish = FactoryBot.create(:artist, :name => "cat_or_fish")
yuu = FactoryBot.create(:artist, :name => "yuu", :group_name => "cat_or_fish")
assert_equal("yuu", cat_or_fish.member_names)
assert_not_nil(Artist.search(:group_name => "cat_or_fish").first)
assert_not_nil(Artist.search(:any_name_matches => "cat_or_fish").first)
assert_not_nil(Artist.search(:any_name_matches => "/cat/").first)