Module: Bbq::TestUser::Eyes

Included in:
Bbq::TestUser
Defined in:
lib/bbq/test_user/eyes.rb

Instance Method Summary collapse

Instance Method Details

#not_see?(*args) ⇒ Boolean



8
9
10
# File 'lib/bbq/test_user/eyes.rb', line 8

def not_see?(*args)
  args.all? { |arg| has_no_content?(arg) }
end

#see?(*args) ⇒ Boolean



4
5
6
# File 'lib/bbq/test_user/eyes.rb', line 4

def see?(*args)
  args.all? { |arg| has_content?(arg) }
end