Make base implementation of target-file target_basename to use and cache the more expressive generate_file_name method indicating a temporary nature of the result
This commit is contained in:
@@ -37,7 +37,7 @@ ActiveRecord::Migration.maintain_test_schema!
|
||||
|
||||
Capybara.javascript_driver = :poltergeist
|
||||
Capybara::Screenshot.webkit_options = { width: 1024, height: 768 }
|
||||
Capybara.save_and_open_page_path = Rails.root.join('tmp/screenshots')
|
||||
#Capybara.save_and_open_page_path = Rails.root.join('tmp/screenshots')
|
||||
|
||||
RSpec::Support::ObjectFormatter.default_instance.max_formatted_output_length = 10_000 # do not trash string like: expected: "abc .... def"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user