OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
openproject/spec/support/rspec_failures.rb

6 lines
222 B

RSpec.configure do |c|
# If the filename is being changed change it in lib/tasks/parallel_testing.rake
c.example_status_persistence_file_path = "tmp/rspec-examples.txt"
c.run_all_when_everything_filtered = true
end