Sha256: a3de4bc53c9cc0206cf8542ebb81403428b3e0d32cae82a1b9b8086c3c326828

Contents?: true

Size: 316 Bytes

Versions: 2

Compression:

Stored size: 316 Bytes

Contents

Feature: Deployment
  In order to easily deploy artifacts to their servers
  As the jenkins build server
  I want to be able to deploy all artifacts that I build
  
  Scenario: Deploy assembly artifact
    Given I have built the assembly jar
    When I press execute deploy
    Then the artifact should get deployed

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
beta_tools-0.0.5 features/deploy.feature
beta_tools-0.0.4 features/deploy.feature