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:
parent
56ce36fb77
commit
120751d2d4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue