2014-01-27 09:53:59 -05:00
|
|
|
class Spinach::Features::User < Spinach::FeatureSteps
|
|
|
|
include SharedAuthentication
|
|
|
|
include SharedPaths
|
|
|
|
include SharedUser
|
|
|
|
include SharedProject
|
|
|
|
|
|
|
|
step 'I should see user "John Doe" page' do
|
2014-09-24 02:28:41 -04:00
|
|
|
expect(title).to match(/^\s*John Doe/)
|
2014-01-27 09:53:59 -05:00
|
|
|
end
|
|
|
|
end
|