aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorIvan Ukhov <uvsoft@gmail.com>2010-11-17 10:19:29 +0800
committerAaron Patterson <aaron.patterson@gmail.com>2010-11-17 12:48:37 +0800
commit120751d2d482119f688c44d20bda78e7f4abc8f6 (patch)
treedac14eda418349de6035f8aa5049cba73236866a /test
parent56ce36fb775173199da3eb142aa1f729aeed956f (diff)
downloadrails-120751d2d482119f688c44d20bda78e7f4abc8f6.tar.gz
rails-120751d2d482119f688c44d20bda78e7f4abc8f6.tar.bz2
rails-120751d2d482119f688c44d20bda78e7f4abc8f6.zip
Fix typos in the description of the test
Diffstat (limited to 'test')
-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