File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -23,28 +23,29 @@ Sample Scanner Implementation
23
23
24
24
Development Requirements
25
25
-------------
26
+ On Fedora, command is
27
+
28
+ dnf install ruby-devel rubygem-rake rubygem-ffi rubygem-bundler openscap
29
+
26
30
On RHEL you can install requirements by issuing
27
31
28
32
yum install ruby-devel rubygem-rake rubygem-bundler openscap
29
33
gem install ffi # or install rubygem-ffi RPM package from EPEL
30
34
31
- On Fedora, command is
32
-
33
- yum install ruby-devel rubygem-rake rubygem-ffi rubygem-bundler openscap
34
35
35
36
Test Requirements
36
37
-------------
38
+ On Fedora, more packages are necessary, but rubocop can be of the latest version
39
+
40
+ dnf install rubygem-minitest rubygem-test-unit rubygems-devel bzip2
41
+ gem install rubocop
42
+
37
43
For tests on RHEL7, you need minitest package and specific older version of rubocop.
38
44
Newer versions of rubocop requires Ruby >= 2.1.0
39
45
40
46
yum install rubygem-minitest bzip2
41
47
gem install rubocop -v 0.50.0
42
48
43
- On Fedora, more packages are necessary, but rubocop can be of the latest version
44
-
45
- dnf install rubygem-minitest rubygem-test-unit rubygems-devel bzip2
46
- gem install rubocop
47
-
48
49
Tests are then performed using script
49
50
50
51
./runtest.sh
You can’t perform that action at this time.
0 commit comments