Sha256: 5b72c7a595ba79e290bc89be9e7d9d181fe4dcff00114873b1f71944c2b62b00

Contents?: true

Size: 877 Bytes

Versions: 3

Compression:

Stored size: 877 Bytes

Contents

Feature: CI 

  Background:
    Given the temp directory is clean
    Given I am in the temp directory
  
  Scenario: Installing Lobot on a rails3 project
    When I create a new Rails project using a Rails template
    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
  
  Scenario: Install CI on Amazon AWS using new Rails template
    When I create a new Rails project using a Rails template
    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 change my ruby version
    And I push to git
    And I run the server setup
    And I bootstrap
    And I deploy
    Then CI is green

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lobot-0.9.7 features/ci.feature
lobot-0.9.6 features/ci.feature
lobot-0.9.5 features/ci.feature