Sha256: 7da3d3ed191402bb60b68e4c90136ddd047853f96b56cf8318c61ecf6d42983a

Contents?: true

Size: 469 Bytes

Versions: 4

Compression:

Stored size: 469 Bytes

Contents

Feature: Install by file
  In order to test new applications
  As an application developer
  I want to install a new gem file

  Scenario: Install a gem by file
    Given I do not have 'hello 0.2.0'
    And I visit the index page
    And I check 'by file'
    And I fill in the path of 'data/hello/pkg/hello-0.2.0.gem' for 'gem'
    When I press 'install'
    And I wait while the spinner is shown
    Then I should see 'Installing'
    And I should have 'hello 0.2.0'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ruby-station-0.1.3 tests/features/install_file.feature
ruby-station-0.1.2 tests/features/install_file.feature
ruby-station-0.1.1 tests/features/install_file.feature
ruby-station-0.1.0 tests/features/install_file.feature