Sha256: f1fdc6e6d7f5b5df646e6ea982f96c50559503d1e118821495265119492dfcaf

Contents?: true

Size: 538 Bytes

Versions: 11

Compression:

Stored size: 538 Bytes

Contents

Feature: Rails integration

  Background:
    Given I generate a new rails application
    And I run a "scaffold" generator to generate a "User" scaffold with "name:string"
    And I delete all migrations
    And I update my new user model to be tablefree
    And I update my users controller to render instead of redirect

  Scenario: Work as normal model
    And I start the rails application
    When I go to the new user page
    And I fill in "Name" with "something"
    And I press "Create"
    Then I should see "Name: something"

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
activerecord-tablefree-3.1.8 features/basic_integration.feature
activerecord-tablefree-3.1.7 features/basic_integration.feature
activerecord-tablefree-3.1.6 features/basic_integration.feature
activerecord-tablefree-3.1.5 features/basic_integration.feature
activerecord-tablefree-3.1.4 features/basic_integration.feature
activerecord-tablefree-3.1.3 features/basic_integration.feature
activerecord-tablefree-3.1.2 features/basic_integration.feature
activerecord-tablefree-3.1.1 features/basic_integration.feature
activerecord-tablefree-3.1.0 features/basic_integration.feature
activerecord-tablefree-3.0.1 features/basic_integration.feature
activerecord-tablefree-3.0.0 features/basic_integration.feature