Skip to content

Commit

Permalink
Merge pull request #260 from projectblacklight/spec_persistence
Browse files Browse the repository at this point in the history
Configure a spec persistence path
  • Loading branch information
jcoyne authored Sep 26, 2024
2 parents 0692307 + 21a6c59 commit 375f182
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ Gemfile.lock

/spec/internal
.internal_test_app
spec/examples.txt
/jetty
/pkg
/tmp
/.bundle
/node_modules
/node_modules
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,7 @@

config.include PresenterTestHelpers, type: :presenter
config.include ViewComponent::TestHelpers, type: :component

config.example_status_persistence_file_path = 'spec/examples.txt'

end

0 comments on commit 375f182

Please sign in to comment.