Sha256: 1dba631d21a36ffda3660c35f8875e31433e3683c3d2b6157aa32c2e78ec4cf0
Contents?: true
Size: 417 Bytes
Versions: 2
Compression:
Stored size: 417 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/acceptance_helper') feature "Manage Sessions", %q{ In order to access to the wonderful features of Cartoset As a user I want to identify myself in the application } do scenario "Get authenticated" do login_as({'uid' => 1, 'username' => 'admin', 'email' => 'admin@example.com'}) visit homepage page.should have_content("Hi admin!") end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cartoset-0.0.2 | spec/acceptance/manage_sessions_spec.rb |
cartoset-0.0.1 | spec/acceptance/manage_sessions_spec.rb |