Sha256: 0e2740ec83903adac9fd6b1c7de8a055316a2aef935b5b62b952e85a3e832e3c

Contents?: true

Size: 218 Bytes

Versions: 5

Compression:

Stored size: 218 Bytes

Contents

# checkout http://blog.codefront.net/2007/03/31/testing-rescue_action_in_public-with-rspec/
Then /^I should see a flash error "([^\"]*)"$/ do |message|
  pageshould have_selector("div.notice", :content => message)
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacklight-3.0.0pre6 test_support/features/step_definitions/error_steps.rb
blacklight-3.0.0pre4 test_support/features/step_definitions/error_steps.rb
blacklight-3.0.0pre3 test_support/features/step_definitions/error_steps.rb
blacklight-3.0pre2 test_support/features/step_definitions/error_steps.rb
blacklight-3.0pre1 test_app/features/step_definitions/error_steps.rb