Sha256: c22cfcc9184c9b928da3352ea0a8b72d039feb294347fd87fc181788eeaf521b

Contents?: true

Size: 234 Bytes

Versions: 10

Compression:

Stored size: 234 Bytes

Contents

#include Briar::ImageView

Then /^I should (see|not see) (?:image|a image|an image) named "([^"]*)"$/ do |visibility, name|
  if visibility.eql? "see"
    should_see_image_view name
  else
    should_not_see_image_view name
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
briar-0.1.3.b1 features/step_definitions/image_view_steps.rb
briar-0.1.2 features/step_definitions/image_view_steps.rb
briar-0.1.1 features/step_definitions/image_view_steps.rb
briar-0.1.0 features/step_definitions/image_view_steps.rb
briar-0.0.9 features/step_definitions/image_view_steps.rb
briar-0.0.8 features/step_definitions/image_view_steps.rb
briar-0.0.7 features/step_definitions/image_view_steps.rb
briar-0.0.6 features/step_definitions/image_view_steps.rb
briar-0.0.5 features/step_definitions/image_view_steps.rb
briar-0.0.4 features/step_definitions/image_view_steps.rb