# File lib/best_in_place/test_helpers.rb, line 27
    def bip_bool(model, attr)
      id = BestInPlace::Utils.build_best_in_place_id model, attr
      find("##{id}").trigger('click')
      wait_for_ajax
    end