Sha256: 5baeaf4abc07950f922fc839b267fa4e669afa7182dc458ba14ce1a5db7b7447

Contents?: true

Size: 360 Bytes

Versions: 10

Compression:

Stored size: 360 Bytes

Contents

Feature: Use Googlize
  In order for a user to access google
  They need to connect first
    
  Scenario: Log into Google
    Given a google account
    When Googlize logs in
    Then we should have a GoogleSpreadsheet session
    
  Scenario: Run system with config
    Given a google yaml config
    When Googlize starts up
    Then Googlize should not fail

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
databasion-0.1.0 features/databasion/googlize.feature
databasion-0.0.9 features/databasion/googlize.feature
databasion-0.0.8 features/databasion/googlize.feature
databasion-0.0.7 features/databasion/googlize.feature
databasion-0.0.6 features/databasion/googlize.feature
databasion-0.0.5 features/databasion/googlize.feature
databasion-0.0.4 features/databasion/googlize.feature
databasion-0.0.3 features/databasion/googlize.feature
databasion-0.0.2 features/databasion/googlize.feature
databasion-0.0.1 features/databasion/googlize.feature