Sha256: 7e2480042388778c54688929a461de8eea2b3c2d3fad2396ba46f65d8355b750

Contents?: true

Size: 188 Bytes

Versions: 47

Compression:

Stored size: 188 Bytes

Contents

Then /^I should (see|not see) (?:the|) "([^\"]*)" view$/ do |visibility, view_id|
  if visibility.eql? 'see'
    should_see_view view_id
  else
    should_not_see_view view_id
  end
end

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
briar-2.0.5 features/step_definitions/briar_core_steps.rb
briar-2.0.4 features/step_definitions/briar_core_steps.rb
briar-2.0.3 features/step_definitions/briar_core_steps.rb
briar-2.0.2 features/step_definitions/briar_core_steps.rb
briar-2.0.1 features/step_definitions/briar_core_steps.rb
briar-2.0.0 features/step_definitions/briar_core_steps.rb
briar-1.4.2 features/step_definitions/briar_core_steps.rb
briar-1.4.1 features/step_definitions/briar_core_steps.rb
briar-1.3.2 features/step_definitions/briar_core_steps.rb
briar-1.3.1 features/step_definitions/briar_core_steps.rb
briar-1.3.0 features/step_definitions/briar_core_steps.rb
briar-1.2.2 features/step_definitions/briar_core_steps.rb
briar-1.2.1 features/step_definitions/briar_core_steps.rb
briar-1.2.0 features/step_definitions/briar_core_steps.rb
briar-1.1.9 features/step_definitions/briar_core_steps.rb
briar-1.1.8 features/step_definitions/briar_core_steps.rb
briar-1.1.7 features/step_definitions/briar_core_steps.rb
briar-1.1.6 features/step_definitions/briar_core_steps.rb
briar-1.1.5 features/step_definitions/briar_core_steps.rb
briar-1.1.4 features/step_definitions/briar_core_steps.rb