21 lines
396 B
Text
21 lines
396 B
Text
adjust:
|
|
- when: distro != fedora
|
|
require-:
|
|
- rubypick
|
|
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
|
|
duration: 20m
|