mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 05:06:46 +10:00
11 lines
252 B
Ruby
11 lines
252 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(title).to match(/^\s*John Doe/)
|
|
end
|
|
end
|