Skip to content

Commit

Permalink
Update test context string
Browse files Browse the repository at this point in the history
Co-authored-by: Brent Kroeker <[email protected]>
  • Loading branch information
evman182 and bkroeker authored Feb 20, 2024
1 parent 6b69b26 commit 74e0a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/basic_history_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
end

describe Hamster do
context 'when a hamster and wheel exist' do
context 'with tables that have non-default primary key names' do
let(:hamster) { Hamster.create name: 'Fluffy' }
let(:wheel) { HamsterWheel.create hamster: hamster }

Expand Down

0 comments on commit 74e0a58

Please sign in to comment.