4 lines
92 B
Ruby
4 lines
92 B
Ruby
RSpec.configure do |c|
|
|
c.example_status_persistence_file_path = "./spec/examples.txt"
|
|
end
|