Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'features/step_definitions/publisher_steps.rb')
-rw-r--r--features/step_definitions/publisher_steps.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/features/step_definitions/publisher_steps.rb b/features/step_definitions/publisher_steps.rb
index f0d6a8c46..5afa5f5fe 100644
--- a/features/step_definitions/publisher_steps.rb
+++ b/features/step_definitions/publisher_steps.rb
@@ -47,6 +47,10 @@ When /^I append "([^"]*)" to the publisher$/ do |text|
append_to_publisher(text)
end
+When /^I type "([^"]*)" into the publisher$/ do |text|
+ type_into_publisher(text)
+end
+
When /^I attach "([^"]*)" to the publisher$/ do |path|
upload_file_with_publisher(path)
end