diff --git a/lib/shoulda/matchers/active_record/association_matcher.rb b/lib/shoulda/matchers/active_record/association_matcher.rb index 281fd249..359b50c5 100644 --- a/lib/shoulda/matchers/active_record/association_matcher.rb +++ b/lib/shoulda/matchers/active_record/association_matcher.rb @@ -327,7 +327,7 @@ module Shoulda # # # RSpec # describe Person do - # it { should have_many(:worries).with_primaryu_key('worrier_id') } + # it { should have_many(:worries).with_primary_key('worrier_id') } # end # # # Test::Unit