Sha256: 7bff196a5a18af4620b8115a52f15a79fb1827b86a068237f697b9c3cacb5ecb

Contents?: true

Size: 390 Bytes

Versions: 4

Compression:

Stored size: 390 Bytes

Contents

@omniauth
Feature: Facebook Identity Management

  Background:
    Given I am authenticated with facebook

  Scenario: Updating account permissions for Facebook

  Scenario: Unauthorizing Facebook identity from user
    When I am on the home page
      And I click "User Profile"
      And I click "Unlink Facebook"
    Then I should not be logged in
      And I should see a flash message

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
socialite-0.1.0.pre features/identities/facebook_management.feature
socialite-0.0.1.beta4 features/identities/facebook_management.feature
socialite-0.0.1.beta2 features/identities/facebook_management.feature
socialite-0.0.1.beta features/identities/facebook_management.feature