diaspora/features/step_definitions/trumpeter_steps.rb
2012-03-27 14:51:40 -07:00

7 lines
121 B
Ruby

When /^I trumpet$/ do
visit new_post_path
end
When /^I write "([^"]*)"$/ do |text|
fill_in :text, :with => text
end