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 33.settings
44test /output
55.idea
6+ openscap- * .gem
Original file line number Diff line number Diff line change @@ -23,7 +23,23 @@ Sample Scanner Implementation
2323
2424Development Requirements
2525-------------
26- On fedora you can install requirements by issuing
26+ On Fedora or RHEL you can install requirements by issuing
2727
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
2940 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