Cucumber user by default is done with getting started.

This commit is contained in:
Sarah Mei 2010-11-15 21:06:45 -08:00
parent 248e768846
commit 0b12c4e272

View file

@ -11,7 +11,7 @@ end
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 fill in "Username" with "#{@me.username}")
When %(I fill in "Password" with "#{@me.password}")