debian-mirror-gitlab/features/steps/user.rb
2014-09-02 14:37:02 +02:00

11 lines
257 B
Ruby

class Spinach::Features::User < Spinach::FeatureSteps
include SharedAuthentication
include SharedPaths
include SharedUser
include SharedProject
step 'I should see user "John Doe" page' do
expect(page.title).to match(/^\s*John Doe/)
end
end