fix trumpeter spec

This commit is contained in:
Maxwell Salzberg 2012-04-04 23:05:27 -07:00
parent 59917e95ab
commit d53b7b5f9a

View file

@ -109,7 +109,7 @@ Then /^I should see "([^"]*)" in the framer preview$/ do |post_text|
end
When /^I select the mood "([^"]*)"$/ do |mood|
select mood, :from => 'template'
click_link mood
end
Then /^the post's mood should (?:still |)be "([^"]*)"$/ do |mood|