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