Skip to content

Commit

Permalink
Fix Rails Edge compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Mar 29, 2024
1 parent f87a9dc commit 4c65273
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/support/matchers/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ def failure_message_for_should_not

protected

def connection
def lease_connection
ChronoTest.connection
end
alias connection lease_connection

def temporal_schema
ChronoModel::Adapter::TEMPORAL_SCHEMA
Expand Down

0 comments on commit 4c65273

Please sign in to comment.