From 6eabe0b3d062493c7ce9af534b6613a6b539dd54 Mon Sep 17 00:00:00 2001 From: BOHUNG Date: Mon, 13 Jan 2020 15:25:31 +0800 Subject: [PATCH] test fix --- patchfile.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchfile.gemspec b/patchfile.gemspec index e0f1cb2..f77ec6e 100644 --- a/patchfile.gemspec +++ b/patchfile.gemspec @@ -22,7 +22,7 @@ Dir.chdir(ENV['PWD']+'/app/views/shared') do end if !@file_text.include?('patchfile_li') @indert_index = @file_text.index('
  • ') - @file_text.insert(@indert_index , @patchfile_li_choices) + @file_text.insert(@indert_index , @patchfile_li) end f = File.open('_side_bar.html.erb','w') f.write(@file_text)