Skip to content

Commit

Permalink
Rename test settings config to avoid conflicts with folio namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed Feb 8, 2024
1 parent 0e7c6fa commit b4788f6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/config/settings/*.yml
!/config/settings/test.yml
!/config/settings/spec.yml
/json/**/*.json
/log/*
/tsv/**/*.tsv
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
require 'support/schema_matcher'
require 'json-schema'

ENV['STAGE'] = 'test'
ENV['STAGE'] = 'spec'

RSpec.configure do |config|
# assertion/expectation library such as wrong or the stdlib/minitest
Expand Down

0 comments on commit b4788f6

Please sign in to comment.