Sha256: 2869a161bf8c6a9f585cb9553de15919102bf4fad0e02e21bbe4f23e77310d12
Contents?: true
Size: 151 Bytes
Versions: 1
Compression:
Stored size: 151 Bytes
Contents
def sign_in(user) visit "/admin/login" fill_in "email", with: user.email fill_in "password", with: user.password click_button "Sign in" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roroacms-0.0.7 | spec/support/utilities.rb |