Loading spec/spec_helper.rb +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ RSpec.configure do |config| # Ignore logs by default in tests config.logger = Labkit::Logging::JsonLogger.new("/dev/null") # Use local fixture to avoid remote HTTP requests in tests config.feature_category_schema_path = File.join(__dir__, "fixtures", "feature_category_schema.json") config.feature_category_schema_path = File.expand_path("fixtures/feature_category_schema.json", __dir__) end example.run Loading Loading
spec/spec_helper.rb +1 −1 Original line number Diff line number Diff line Loading @@ -52,7 +52,7 @@ RSpec.configure do |config| # Ignore logs by default in tests config.logger = Labkit::Logging::JsonLogger.new("/dev/null") # Use local fixture to avoid remote HTTP requests in tests config.feature_category_schema_path = File.join(__dir__, "fixtures", "feature_category_schema.json") config.feature_category_schema_path = File.expand_path("fixtures/feature_category_schema.json", __dir__) end example.run Loading