[logaling-commit] logaling/logaling-command [master] remove unnecessary FileUtils#remove_entry_secure

Back to archive index

null+****@clear***** null+****@clear*****
Mon Feb 6 15:37:13 JST 2012


SUZUKI Miho	2012-02-06 15:37:13 +0900 (Mon, 06 Feb 2012)

  New Revision: b51d9e6628164bb3db1ca0d2b79117e349480ced

  Merged 887a495: Merge pull request #34 from logaling/fix-command-spec

  Log:
    remove unnecessary FileUtils#remove_entry_secure

  Modified files:
    spec/logaling/command_spec.rb

  Modified: spec/logaling/command_spec.rb (+0 -1)
===================================================================
--- spec/logaling/command_spec.rb    2012-02-06 15:12:29 +0900 (2b6d5a3)
+++ spec/logaling/command_spec.rb    2012-02-06 15:37:13 +0900 (9509466)
@@ -293,7 +293,6 @@ describe Logaling::Command::Application do
 
   describe "#update" do
     before do
-      FileUtils.remove_entry_secure(File.join(LOGALING_HOME, "db", "index_at"), true)
       command.new('spec', 'en', 'ja')
       command.add("spec", "テスト", "備考")
     end




More information about the logaling-commit mailing list
Back to archive index