Sha256: c7f761e63c18f9135c1de78a6ce3a23023882b399a676401d1da830f2869da16
Contents?: true
Size: 375 Bytes
Versions: 18
Compression:
Stored size: 375 Bytes
Contents
require 'spec_helper' module Bullet module Notification describe UnusedEagerLoading do subject { UnusedEagerLoading.new(Post, [:comments, :votes], "path") } its(:body) { should == " Post => [:comments, :votes]\n Remove from your finder: :include => [:comments, :votes]" } its(:title) { should == "Unused Eager Loading in path" } end end end
Version data entries
18 entries across 18 versions & 1 rubygems