Investigate enabling Bullet to fail builds that produce N+1 queries

I realized this weekend that the Bullet gem has a raise configuration option that will raise errors when an N+1 query is detected.

It may be interesting to set Bullet.raise = Rails.env.test? and see if we want to fail when a feature spec hits a page that causes N+1 queries.

cc @rymai @stanhu