diaspora/features/step_definitions/post_preview_steps.rb
2013-04-07 17:43:27 +02:00

3 lines
120 B
Ruby

Then /^the first post should be a preview$/ do
find(".post_preview .post-content").text.should == first_post_text
end