Skip to content

Commit

Permalink
Remove dup line
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Jan 22, 2013
1 parent 2bbbd73 commit 743b63c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/datagrid/drivers/active_record_spec.rb
Expand Up @@ -13,7 +13,6 @@
it "should convert any scope to AR::Relation" do
subject.to_scope(Entry).should be_a(ActiveRecord::Relation)
subject.to_scope(Entry.limit(5)).should be_a(ActiveRecord::Relation)
subject.to_scope(Entry.limit(5)).should be_a(ActiveRecord::Relation)
subject.to_scope(Group.create!.entries).should be_a(ActiveRecord::Relation)
end

Expand Down

0 comments on commit 743b63c

Please sign in to comment.