diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2010-09-15 14:46:40 -0700 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2010-09-15 14:46:40 -0700 |
commit | f95f0918d745856080c06b5e3ae5c323b2de43d2 (patch) | |
tree | 92b3f9669abc268549132a56c59c455d1be4d1d1 /spec/arel | |
parent | e460aa96ae9bd5f1a24d798b2d22984a54810c70 (diff) | |
download | rails-f95f0918d745856080c06b5e3ae5c323b2de43d2.tar.gz rails-f95f0918d745856080c06b5e3ae5c323b2de43d2.tar.bz2 rails-f95f0918d745856080c06b5e3ae5c323b2de43d2.zip |
Revert "Table#[] returns nil when table does not exist"
This reverts commit e460aa96ae9bd5f1a24d798b2d22984a54810c70.
Diffstat (limited to 'spec/arel')
-rw-r--r-- | spec/arel/table_spec.rb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/arel/table_spec.rb b/spec/arel/table_spec.rb index 9c84b170a2..5b68040aac 100644 --- a/spec/arel/table_spec.rb +++ b/spec/arel/table_spec.rb @@ -147,13 +147,6 @@ module Arel end end - describe 'when table does not exist' do - it 'returns nil' do - table = Table.new(:foooo) - table[:id].should be_nil - end - end - ### FIXME: this seems like a bad requirement. #describe 'when given an', Attribute do # it "returns the attribute if the attribute is within the relation" do |