Sha256: b0ab89b0d2f5f7e5b8f5a1c46ebbaf7178a7c998d83ca395ce951e5708ce212a

Contents?: true

Size: 129 Bytes

Versions: 2

Compression:

Stored size: 129 Bytes

Contents

When /^I go to (.+)$/ do |path|
  visit path
end

Then /^I should see "([^\"]*)"$/ do |text|
  response.should contain(text)
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mattwynne-cucover-0.1.0 examples/self_test/rails/features/step_definitions/webrat_steps.rb
mattwynne-cucover-0.1.1 examples/self_test/rails/features/step_definitions/webrat_steps.rb