I have this code : ``` def search if ab_test('display_flash', [true, false]) #simple_abs flash[:notice] end end ``` When I refresh the search's page I randomly get the notice or not. I should have it always or never until I delete my cookies, shouldn't I ?
I have this code :
When I refresh the search's page I randomly get the notice or not. I should have it always or never until I delete my cookies, shouldn't I ?