aboutsummaryrefslogtreecommitdiffstats
path: root/spec/algebra/unit/relations
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-08-06 08:58:58 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-08-06 08:58:58 -0700
commit4c43dac54e649f579a96505e0038cfb6ea52ef1e (patch)
treedde1ba4baec0e28ce241c2e4a17c987fcb40af62 /spec/algebra/unit/relations
parent1b62990cfa10feea7f3937bbcd2145adae84db85 (diff)
downloadrails-4c43dac54e649f579a96505e0038cfb6ea52ef1e.tar.gz
rails-4c43dac54e649f579a96505e0038cfb6ea52ef1e.tar.bz2
rails-4c43dac54e649f579a96505e0038cfb6ea52ef1e.zip
unfactoring more module inclusion
Diffstat (limited to 'spec/algebra/unit/relations')
-rw-r--r--spec/algebra/unit/relations/relation_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/algebra/unit/relations/relation_spec.rb b/spec/algebra/unit/relations/relation_spec.rb
index 07a7dcb843..d08c38acd5 100644
--- a/spec/algebra/unit/relations/relation_spec.rb
+++ b/spec/algebra/unit/relations/relation_spec.rb
@@ -23,7 +23,7 @@ module Arel
end
end
- describe Relation::Operable do
+ describe 'Relation::Operable' do
describe 'joins' do
before do
@predicate = @relation[:id].eq(@relation[:id])