Skip to content

Commit

Permalink
remove string matching
Browse files Browse the repository at this point in the history
  • Loading branch information
bedrock-adam committed Jan 31, 2024
1 parent b04c8cf commit 044efea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lib/outboxer/database/connect_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module Outboxer
it 'establishes a connection without errors' do
expect do
Database.connect!(config: config)
end.to raise_error(Database::ConnectError, /There is an issue connecting/)
end.to raise_error(Database::ConnectError)
end

it 'does not connect to the database' do
Expand Down

0 comments on commit 044efea

Please sign in to comment.