Fix tag test

This commit is contained in:
Jose Farias
2024-10-21 15:50:15 -06:00
parent b0565fbf20
commit 34df819e30
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -2,7 +2,6 @@ class TagsController < ApplicationController
include BucketScoped
before_action :set_bubble, only: %i[ new create ]
skip_before_action :set_bucket, only: :destroy
def index
@tags = Current.account.tags.order(:title)
-1
View File
@@ -22,4 +22,3 @@ class TagsControllerTest < ActionDispatch::IntegrationTest
assert bubbles(:logo).tags.pluck(:title).include?("Horizons")
end
end