From: Antonio Terceiro <terceiro@debian.org>
Date: Tue, 10 Jan 2017 18:17:08 -0200
Subject: spec: avoid writing to file shipped with upstream source

---
 spec/spec_helper.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index c59b2d9..61f1fc1 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -168,7 +168,7 @@ RSpec.configure do |config|
   # Allows RSpec to persist some state between runs in order to support
   # the `--only-failures` and `--next-failure` CLI options. We recommend
   # you configure your source control system to ignore this file.
-  config.example_status_persistence_file_path = "spec/examples.txt"
+  config.example_status_persistence_file_path = "debian/examples.txt"
 
   # Limits the available syntax to the non-monkey patched syntax that is
   # recommended. For more details, see:
