Skip to content

Commit

Permalink
fix: set connection
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Aug 13, 2024
1 parent 4c20b85 commit 706b839
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ def authorization_field(username, password)
end
end

require "test_prof/recipes/rspec/let_it_be"
Mihari::Database.with_db_connection do
require "test_prof/recipes/rspec/let_it_be"
end

# reload dummy/sanitized config values
Mihari.config.reload
Expand Down

0 comments on commit 706b839

Please sign in to comment.