Cucumber user by default is done with getting started.
This commit is contained in:
parent
248e768846
commit
0b12c4e272
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ end
|
||||||
|
|
||||||
|
|
||||||
Given 'I am signed in' do
|
Given 'I am signed in' do
|
||||||
@me ||= Factory(:user)
|
@me ||= Factory(:user, :getting_started => false)
|
||||||
When %(I go to the new user session page)
|
When %(I go to the new user session page)
|
||||||
When %(I fill in "Username" with "#{@me.username}")
|
When %(I fill in "Username" with "#{@me.username}")
|
||||||
When %(I fill in "Password" with "#{@me.password}")
|
When %(I fill in "Password" with "#{@me.password}")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue