Skip to content

Commit

Permalink
Merge pull request #23793 from qazbnm456/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
eileencodes committed Feb 20, 2016
2 parents 6f15b27 + b2d1de2 commit eb65f04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def test_proper_usage_of_primary_keys_and_join_table
assert_equal 1, country.treaties.count
end

def test_join_table_composit_primary_key_should_not_warn
def test_join_table_composite_primary_key_should_not_warn
country = Country.new(:name => 'India')
country.country_id = 'c1'
country.save!
Expand Down

0 comments on commit eb65f04

Please sign in to comment.