1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typos in the description of the test

This commit is contained in:
Ivan Ukhov 2010-11-17 10:19:29 +08:00 committed by Aaron Patterson
parent 56ce36fb77
commit 120751d2d4

View file

@ -181,8 +181,8 @@ module Arel
end
describe Table do
describe 'when checking existence of a table' do
it 'should be precent in the table cache despite the class of its name' do
describe 'when checking the existence of a table' do
it 'should be present in the table cache despite the class of its name' do
[ 'users', :users ].each do |name|
relation = Table.new name
relation.send(:tables).key?(relation.name).must_equal true