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