Sha256: 03fba350e0de2fd8183d55e26d8cf793ee24bfbf3ff9ee63475a1f66b42b428b

Contents?: true

Size: 833 Bytes

Versions: 2

Compression:

Stored size: 833 Bytes

Contents

Feature: CI

  Background:
    Given the temp directory is clean
    And I am in the temp directory

  Scenario: Installing Lobot on a rails3 project
    When I create a new Rails project
    And I vendor Lobot
    And I put Lobot in the Gemfile
    And I run bundle install
    And I run the Lobot generator
    Then rake reports ci tasks as being available

  @aws
  Scenario: Install CI on Amazon AWS using new Rails template
    When I create a new Rails project
    And I vendor Lobot
    And I put Lobot in the Gemfile
    And I add a gem with an https://github.com source
    And I run bundle install
    And I run the Lobot generator
    And I enter my info into the ci.yml file
    And I make changes to be committed
    And I push to git
    And I start the server
    And I bootstrap
    And I deploy
    Then CI is green

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lobot-0.10.1 features/ci.feature
lobot-0.10.0 features/ci.feature