From 120751d2d482119f688c44d20bda78e7f4abc8f6 Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Wed, 17 Nov 2010 10:19:29 +0800 Subject: Fix typos in the description of the test --- test/test_table.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test_table.rb b/test/test_table.rb index 2802ef9144..c2d7f5e98f 100644 --- a/test/test_table.rb +++ b/test/test_table.rb @@ -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 -- cgit v1.2.3