]> cat aescling's git repositories - mastodon.git/commitdiff
Move rspec examples to tmp dir (#12539)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Mon, 2 Dec 2019 18:55:08 +0000 (03:55 +0900)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 2 Dec 2019 18:55:08 +0000 (19:55 +0100)
.cache/.gitkeep [deleted file]
spec/spec_helper.rb

diff --git a/.cache/.gitkeep b/.cache/.gitkeep
deleted file mode 100644 (file)
index e69de29..0000000
index e57349cc8901b56889eab78f326dcb671fdf26c1..b6d127a0840217158e1a067e4854252beb98b323 100644 (file)
@@ -12,7 +12,7 @@ end
 gc_counter = -1
 
 RSpec.configure do |config|
-  config.example_status_persistence_file_path = ".cache/rspec"
+  config.example_status_persistence_file_path = "tmp/rspec/examples.txt"
   config.expect_with :rspec do |expectations|
     expectations.include_chain_clauses_in_custom_matcher_descriptions = true
   end