aboutsummaryrefslogtreecommitdiff
blob: 76b0ad6392b63d65cfbc7c55e94e6a1ae821a05d (plain)
1
2
3
4
5
6
7
8
9
10
{
  'in the notices' => '.flash.notice',
  'in the errors' => '.error-messages',
  'as the user nick' => '.user-irc-nick'
}.
each do |within, selector|
  Then /^I should( not)? see "([^"]*)" #{within}$/ do |negation, text|
    Then %Q{I should#{negation} see "#{text}" within "#{selector}"}
  end
end