If I have this html:
<select name"bo">
<option value="yo">Yo</option>
<option value="ho">Ho</option>
<option value="go">Go</option>
</select>
What step definition can I use Capybara utilizing Poltergeist to get a failing test on this step:
Then Select "bo" does not contain the "yo" option
I think I understand your question. You could do something like this: