Sha256: d36a1aa196f4f01d0e0e9efb474423b70f5c20d6f4b3b7fa646c8354c1f425a4

Contents?: true

Size: 931 Bytes

Versions: 31

Compression:

Stored size: 931 Bytes

Contents

Feature: Create frank model from core data
  As a lead developer working on a project
  I want to generate ruby classes that mirror my CoreData model 
  So I can refer to core data entities from my Frank tests

  Background: 
    Given a configured installation of FWToolkit for "Tom the Dev" working for "Awesome Company"

  @frank 
  Scenario: generate ruby model from CoreData
    Given an initialized FW iOS project named "MyProject"
    And the project "MyProject" contains a valid CoreData model
    When I run `fwt test model MyProject`
    Then I cd to "MyProject"
    And the following files should exist:
      | MyProject/Frank/features/support/views/my_objects_json.erb |
      | MyProject/Frank/features/support/views/my_objects_xml.erb |
      | MyProject/Frank/features/support/models/factories.rb |
      | MyProject/Frank/features/support/models/Ent1.rb |
      | MyProject/Frank/features/support/models/Ent2.rb |

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
fwtoolkit-2.3.2 features/frank/model.feature
fwtoolkit-2.3.1 features/frank/model.feature
fwtoolkit-2.3.0 features/frank/model.feature
fwtoolkit-2.2.4 features/frank/model.feature
fwtoolkit-2.2.3 features/frank/model.feature
fwtoolkit-2.2.2 features/frank/model.feature
fwtoolkit-2.2.1 features/frank/model.feature
fwtoolkit-2.2.0 features/frank/model.feature
fwtoolkit-2.1.10 features/frank/model.feature
fwtoolkit-2.1.9 features/frank/model.feature
fwtoolkit-2.1.8 features/frank/model.feature
fwtoolkit-2.1.7 features/frank/model.feature
fwtoolkit-2.1.6 features/frank/model.feature
fwtoolkit-2.1.5 features/frank/model.feature
fwtoolkit-2.1.4 features/frank/model.feature
fwtoolkit-2.1.3 features/frank/model.feature
fwtoolkit-2.1.1 features/frank/model.feature
fwtoolkit-2.0.7 features/frank/model.feature
fwtoolkit-2.0.6 features/frank/model.feature
fwtoolkit-2.0.5 features/frank/model.feature