Sha256: b792158175f73eef5d8f17694f5d1ddc0a415a71a7d64d3e02b8d33b18469e14
Contents?: true
Size: 208 Bytes
Versions: 3
Compression:
Stored size: 208 Bytes
Contents
#include Briar::Core 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
briar-0.0.8 | features/step_definitions/briar_core_steps.rb |
briar-0.0.7 | features/step_definitions/briar_core_steps.rb |
briar-0.0.6 | features/step_definitions/briar_core_steps.rb |