Sha256: a71dfd1e49f315d3df3be8b4cdf6699d693d8642a426b632df9e83265a0202ca

Contents?: true

Size: 1.09 KB

Versions: 31

Compression:

Stored size: 1.09 KB

Contents

Feature: Frankifie a project
  As a lead developer working on a project
  I want a quick way to set up my project with frank
  So I can add BDD tests to it

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

  @frank @no-clobber @test @announce
  Scenario: setup an existing project
    Given an initialized FW iOS project named "MyProject"
    When I successfully run `fwt test setup MyProject`
    Then I cd to "MyProject"
    And the following files should exist:
      | MyProject/MyProject/AAAAppDelegate+Frank.h |
      | MyProject/MyProject/AAAAppDelegate+Frank.m |
      | MyProject/Frank/Features/step_definitions/launch_steps.rb |
      | MyProject/Frank/Features/support/env.rb |
      | MyProject/Frank/Features/support/mimic.rb |


  @frank @slom
  Scenario: try to setup a project that already has frank
    Given an initialized FW iOS project named "MyProject"
    And I successfully run `fwt test setup MyProject`
    When I run `fwt test setup MyProject`
    Then the output should contain "Frank is already set up for the project"

Version data entries

31 entries across 31 versions & 1 rubygems

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