From bfcb7ca25d86491fb4e1edeb463a99006f6c7151 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Sun, 13 Apr 2008 16:24:51 -0400 Subject: Remove duplicate Insertion spec --- spec/active_relation/unit/relations/insertion_spec.rb | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/spec/active_relation/unit/relations/insertion_spec.rb b/spec/active_relation/unit/relations/insertion_spec.rb index e01e7792e2..7aca7f24c1 100644 --- a/spec/active_relation/unit/relations/insertion_spec.rb +++ b/spec/active_relation/unit/relations/insertion_spec.rb @@ -34,20 +34,6 @@ module ActiveRelation ") end end - - describe 'when given values whose types correspond to the type of the attribtues' do - before do - @insertion = Insertion.new(@relation, @relation[:name] => "nick") - end - - it 'manufactures sql inserting data' do - @insertion.to_sql.should be_like(" - INSERT - INTO `users` - (`users`.`name`) VALUES ('nick') - ") - end - end end describe '#call' do -- cgit v1.2.3