Sha256: 42ac249657e4d173daebe25e427dbb5423cc44afb8c67c1be6497bd3ee0fbfb8
Contents?: true
Size: 406 Bytes
Versions: 1
Compression:
Stored size: 406 Bytes
Contents
Given /^I will choose "([^\"]*)" from the "([^\"]*)" dialog$/ do |path, type| Redcar.gui.dialog_adapter.set(type.to_sym, path) end Then /^I should not see a "([^\"]*)" dialog for the rest of the feature/ do |type| Redcar.gui.dialog_adapter.set(type.to_sym, :raise_error) end Then /^I should see a message box containing "([^"]*)"$/ do |arg1| Redcar.gui.dialog_adapter.should_get_message(arg1) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redcar-0.3.9.0dev | plugins/application/features/step_definitions/dialog_steps.rb |