Sha256: 376759e18405c51043354bf4563d284dfb6874735ac803581e5c00094dd7c6d3

Contents?: true

Size: 508 Bytes

Versions: 6

Compression:

Stored size: 508 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-ruby-station 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-ruby-station-0.3.2.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-ruby-station 0.3.2'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ruby-station-0.1.6 tests/features/install_file.feature
ruby-station-0.1.5 tests/features/install_file.feature
ruby-station-0.1.4 tests/features/install_file.feature
ruby-station-0.1.4.rc3 tests/features/install_file.feature
ruby-station-0.1.4.rc2 tests/features/install_file.feature
ruby-station-0.1.4.rc1 tests/features/install_file.feature