mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Move rspec examples to tmp dir (#12539)
This commit is contained in:
parent
5097a8d12c
commit
e598ce0bd9
2 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue