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