Skip to content

Commit f1e5d69

Browse files
committed
Add test metadata.
1 parent 66e0ce8 commit f1e5d69

3 files changed

Lines changed: 25 additions & 0 deletions

File tree

.fmf/version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1

.packit.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
jobs:
2+
- job: tests
3+
trigger: pull_request
4+
metadata:
5+
targets:
6+
- fedora-all
7+
actions:
8+
create-archive:
9+
- bash -c "gem build *.gemspec; ls *.gem"
10+
fix-spec-file:
11+
- 'true'

plans/example.fmf

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
summary: Run spec test suite
2+
3+
prepare:
4+
# Until cruncher is replaced with TMT
5+
# how: install
6+
# package: rubygem-rspec
7+
how: shell
8+
script: 'dnf install -y rubygem-rspec'
9+
10+
execute:
11+
# Until cruncher is replaced with TMT
12+
# script: rspec spec
13+
script: cd ~/git-source; rspec spec

0 commit comments

Comments
 (0)