spec/spec_helper.rb in beethoven-0.0.2 vs spec/spec_helper.rb in beethoven-0.1.0
- old
+ new
@@ -48,10 +48,10 @@
config.run_all_when_everything_filtered = true
# 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 = 'spec/examples.txt'
# Limits the available syntax to the non-monkey patched syntax that is
# recommended. For more details, see:
# - http://myronmars.to/n/dev-blog/2012/06/rspecs-new-expectation-syntax
# - http://www.teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/