File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 3
3
.settings
4
4
test /output
5
5
.idea
6
+ openscap- * .gem
Original file line number Diff line number Diff line change @@ -23,7 +23,23 @@ Sample Scanner Implementation
23
23
24
24
Development Requirements
25
25
-------------
26
- On fedora you can install requirements by issuing
26
+ On Fedora or RHEL you can install requirements by issuing
27
27
28
- dnf install ruby-devel rubygem-ffi rubygem-rake rubygem-bundler openscap
28
+ yum install ruby-devel rubygem-ffi rubygem-rake rubygem-bundler openscap
29
+
30
+ Test Requirements
31
+ -------------
32
+ For tests on RHEL7, you need minitest package and specific older version of rubocop.
33
+
34
+ yum install rubygem-minitest
35
+ gem install rubocop -v 0.42.0
36
+
37
+ On Fedora, more packages are necessary, but rubocop can be latest version
38
+
39
+ dnf install rubygem-minitest rubygem-test-unit rubygems-devel
29
40
gem install rubocop
41
+
42
+ Tests are then performed using script
43
+
44
+ ./runtest.sh
45
+
You can’t perform that action at this time.
0 commit comments