These packages are used in the test itself, but weren't required. When run on minimal installed system it could cause 'command not found' problems
26 lines
459 B
Text
26 lines
459 B
Text
adjust:
|
|
- when: distro != fedora
|
|
require-:
|
|
- rubypick
|
|
- rubygem-rails
|
|
environment:
|
|
PACKAGES: "ruby rubygems"
|
|
summary: Test creates new rails application in collection and runs it
|
|
description: |
|
|
Test ensures it is possible to create new rails application and run it.
|
|
component:
|
|
- rubygem-rails
|
|
- ruby
|
|
require:
|
|
- ruby
|
|
- ruby-devel
|
|
- rubygem-rails
|
|
- gcc
|
|
- git-core
|
|
- rubygems
|
|
- rubypick
|
|
- libyaml-devel
|
|
- iproute
|
|
- wget
|
|
- procps-ng
|
|
duration: 20m
|