diaspora/features/step_definitions/profile_steps.rb
2012-02-08 16:35:55 -08:00

7 lines
149 B
Ruby

And /^I mark myself as not safe for work$/ do
check('profile[nsfw]')
end
And /^I mark myself as safe for work$/ do
uncheck('profile[nsfw]')
end