#329 Co-authored-by: miteruzo <miteruzo@naver.com> Reviewed-on: #338
This commit was merged in pull request #338.
This commit is contained in:
@@ -964,8 +964,6 @@ RSpec.describe 'Tags API', type: :request do
|
||||
end
|
||||
|
||||
it '別名を他 tag から奪った場合、奪はれた側の tag version も作成する' do
|
||||
pending '#329 で対応予定'
|
||||
|
||||
old_owner = Tag.create!(
|
||||
tag_name: TagName.create!(name: 'put_alias_old_owner'),
|
||||
category: :general
|
||||
|
||||
@@ -4,7 +4,7 @@ RSpec.describe 'Wiki body search', type: :request do
|
||||
let!(:user) { create_member_user! }
|
||||
|
||||
it 'searches wiki pages by body text' do
|
||||
pending 'Wiki 本文検索実装時に有効化する'
|
||||
pending '#336 で対応予定'
|
||||
|
||||
Wiki::Commit.create_content!(
|
||||
tag_name: TagName.create!(name: 'wiki_body_search_hit'),
|
||||
|
||||
@@ -8,7 +8,7 @@ RSpec.describe 'Wiki restore', type: :request do
|
||||
end
|
||||
|
||||
it 'restores wiki page to previous version' do
|
||||
pending 'Wiki 版巻き戻し API 実装時に有効化する'
|
||||
pending '#337 で対応予定'
|
||||
|
||||
page =
|
||||
Wiki::Commit.create_content!(
|
||||
|
||||
Reference in New Issue
Block a user