Sha256: ecb78050131aab132ecf188d9f331cd95dbab7c80cadc9e4682a550d05c94a88

Contents?: true

Size: 781 Bytes

Versions: 8

Compression:

Stored size: 781 Bytes

Contents

Feature: table structure

  Scenario: table structure
    Given I visit quick_search page
    When I follow "Table Structure"
    Then I should see "Table name : users"
    Then I should see following tabular attributes:
     |Column Name  | Type     | Null  | Default |
     | id          | integer  | false |         | 
     | first_name  | string   | true  |         | 
     | last_name   | string   | true  |         | 
     | age         | integer  | true  |         | 
     | data        | text     | true  |         | 
     | active      | boolean  | true  | false   | 
     | description | text     | true  |         | 
     | born_at     | datetime | true  |         | 
     | created_at  | datetime | true  |         | 
     | updated_at  | datetime | true  |         | 

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
the_jobbook_admin_data-1.3.0a test/dummy/features/table_structure.feature
admin_data-1.2.1 test/rails_root/features/table_structure.feature
admin_data-1.2.0 test/rails_root/features/table_structure.feature
admin_data-1.1.16 test/rails_root/features/table_structure.feature
admin_data-1.1.15 test/rails_root/features/table_structure.feature
admin_data-1.1.14 test/rails_root/features/table_structure.feature
admin_data-1.1.13 test/rails_root/features/table_structure.feature
admin_data-1.1.12 test/rails_root/features/table_structure.feature