diff options
author | Vipul A M <vipulnsward@gmail.com> | 2014-06-07 12:01:12 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2014-06-07 12:01:12 +0530 |
commit | 1171622c24109bb0552e354562a4741c27b08ed5 (patch) | |
tree | 81b66777cd63808a95534332db643778d677102d /test/attributes | |
parent | 8eb2a7a75bc977b9c4c8311952a142dfa1565238 (diff) | |
download | rails-1171622c24109bb0552e354562a4741c27b08ed5.tar.gz rails-1171622c24109bb0552e354562a4741c27b08ed5.tar.bz2 rails-1171622c24109bb0552e354562a4741c27b08ed5.zip |
rm empty spec which is covered by other specs
Diffstat (limited to 'test/attributes')
-rw-r--r-- | test/attributes/test_attribute.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/attributes/test_attribute.rb b/test/attributes/test_attribute.rb index e53b32d0ac..145da98968 100644 --- a/test/attributes/test_attribute.rb +++ b/test/attributes/test_attribute.rb @@ -550,8 +550,6 @@ module Arel end describe '#not_in' do - it 'can be constructed with a list' do - end it 'should return a NotIn node' do attribute = Attribute.new nil, nil |