aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/synonym_test_oci.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/synonym_test_oci.rb')
-rw-r--r--activerecord/test/synonym_test_oci.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/test/synonym_test_oci.rb b/activerecord/test/synonym_test_oci.rb
index 4d4776c363..fcfb2f3bd1 100644
--- a/activerecord/test/synonym_test_oci.rb
+++ b/activerecord/test/synonym_test_oci.rb
@@ -10,7 +10,7 @@ class TestOracleSynonym < Test::Unit::TestCase
def test_oracle_synonym
topic = Topic.new
- subject = Subject.new
+ subject = Subject.new
assert_equal(topic.attributes, subject.attributes)
end