diaspora/features/step_definitions/profile_steps.rb
2014-01-13 18:47:47 +00:00

8 lines
150 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