[logaling-commit] logaling/logaling-server [master] Flush data directory before executing scenario

Back to archive index

SHIMADA Koji null+****@clear*****
Thu Aug 23 01:38:34 JST 2012


SHIMADA Koji	2012-08-23 01:38:34 +0900 (Thu, 23 Aug 2012)

  New Revision: 15011c8537ed693b9f258c4e244f173737d0fa0b
  https://github.com/logaling/logaling-server/commit/15011c8537ed693b9f258c4e244f173737d0fa0b

  Log:
    Flush data directory before executing scenario

  Modified files:
    features/support/env.rb

  Modified: features/support/env.rb (+3 -0)
===================================================================
--- features/support/env.rb    2012-08-23 01:30:21 +0900 (b2cf673)
+++ features/support/env.rb    2012-08-23 01:38:34 +0900 (dc25ff4)
@@ -48,6 +48,9 @@ end
 #     DatabaseCleaner.strategy = :transaction
 #   end
 #
+Before do
+  LogalingServer.flush_data_directory!
+end
 
 # Possible values are :truncation and :transaction
 # The :transaction strategy is faster, but might give you threading problems.
-------------- next part --------------
An HTML attachment was scrubbed...
Download 



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