diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-06-07 13:08:25 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-06-07 13:08:25 -0300 |
commit | 22136deb66c79e37e68ea0f061389a3317601c92 (patch) | |
tree | ca6c07369b5dace8651b92353533538b73f2ab31 | |
parent | 16831cd151846cdb2d6dcab88315aa5ecc4e68b6 (diff) | |
parent | 1171622c24109bb0552e354562a4741c27b08ed5 (diff) | |
download | rails-22136deb66c79e37e68ea0f061389a3317601c92.tar.gz rails-22136deb66c79e37e68ea0f061389a3317601c92.tar.bz2 rails-22136deb66c79e37e68ea0f061389a3317601c92.zip |
Merge pull request #287 from vipulnsward/remove-empty-spec
rm empty spec which is covered by other specs
-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 |