aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/test_table.rb4
1 files changed, 2 insertions, 2 deletions
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