Sha256: 30f76a683e5aa2e79a28b2ed7d05671f3088016b987cdf4322282059cb46b654
Contents?: true
Size: 415 Bytes
Versions: 14
Compression:
Stored size: 415 Bytes
Contents
# Feature: Sign out # As a user # I want to sign out # So I can protect my account from unauthorized access feature 'Sign out', :omniauth do # Scenario: User signs out successfully # Given I am signed in # When I sign out # Then I see a signed out message scenario 'user signs out successfully' do signin click_link 'Sign out' expect(page).to have_content 'Signed out' end end
Version data entries
14 entries across 14 versions & 1 rubygems