Sha256: e61ad270ca56a478a208b018643a99fd4f042e1d5e3239dd2bafc71025090b3c
Contents?: true
Size: 1.29 KB
Versions: 21
Compression:
Stored size: 1.29 KB
Contents
Feature: Setup In order to set up a git server As a git user I want to install gritano Scenario: Gritano is not installed Given I start the gritano console but gritano is not installed When I execute any command Then I should see the error: "Error: First run 'gritano setup:prepare && gritano setup:install'" Scenario: Git is not installed Given I start the gritano console but gritano is not installed When I execute "help" Then I should see the local help Scenario: Gritano is not installed Given I start the gritano console but gritano is not installed When I execute "help" Then I should see the local help Scenario: Git is not installed Given I start the gritano console but gritano is not installed When I execute "version" Then I should see a message Scenario: Gritano is not installed Given I start the gritano console but gritano is not installed When I execute "version" Then I should see a message Scenario: Install Given I start the gritano console but gritano is not installed When I install it Then I should see that gritano was successful installed Scenario: Update Given I start the gritano console When I update it Then I should see that gritano was successful updated
Version data entries
21 entries across 21 versions & 1 rubygems