Sha256: 00e3f64fbb603f2531e02ab66bfeaebdefca7e4f49453409ddacdd05da5114ef

Contents?: true

Size: 443 Bytes

Versions: 10

Compression:

Stored size: 443 Bytes

Contents

Feature: Install by name
  In order to use new applications
  As an application user
  I want to install a new application

  Scenario: Install a gem by name
    Given I do not have 'hello-ruby-station 0.3.0'
    And I visit the index page
    And I fill in 'hello-ruby-station' for 'name'
    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.0'

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ruby-station-0.1.6 tests/features/install_name.feature
ruby-station-0.1.5 tests/features/install_name.feature
ruby-station-0.1.4 tests/features/install_name.feature
ruby-station-0.1.4.rc3 tests/features/install_name.feature
ruby-station-0.1.4.rc2 tests/features/install_name.feature
ruby-station-0.1.4.rc1 tests/features/install_name.feature
ruby-station-0.1.3 tests/features/install_name.feature
ruby-station-0.1.2 tests/features/install_name.feature
ruby-station-0.1.1 tests/features/install_name.feature
ruby-station-0.1.0 tests/features/install_name.feature