From 41e934274f28c5c4986bbca2a7c913af86aa5bce Mon Sep 17 00:00:00 2001 From: Jacob Hammack Date: Wed, 2 Dec 2015 19:58:18 -0600 Subject: [PATCH] Moving file around --- README.markdown | 2 +- docker/{README.md => README.markdown} | 0 test/functional/{console_test.rb => application_test.rb} | 0 .../{nessusdocument_test.rb => nessus_document_test.rb} | 0 test/functional/{ => templates}/assets_template_test.rb | 0 test/functional/{ => templates}/bad_template_test.rb | 0 test/functional/{ => templates}/cover_sheet_template_test.rb | 0 .../{ => templates}/exec_summary_detailed_template_test.rb | 0 test/functional/{ => templates}/exec_summary_template_test.rb | 0 .../{ => templates}/exploitable_summary_template_test.rb | 0 .../{ => templates}/finding_statistics_template_test.rb | 0 test/functional/{ => templates}/findings_host_template_test.rb | 0 .../{ => templates}/findings_summary_template_test.rb | 0 .../findings_summary_with_pluginid_template_test.rb | 0 test/functional/{ => templates}/graph_template_test.rb | 0 test/functional/{ => templates}/host_summary_template_test.rb | 0 .../malicious_process_detection_template_test.rb | 0 .../{ => templates}/missing_root_cause_template_test.rb | 0 .../{ => templates}/ms_patch_summary_template_test.rb | 0 .../{ => templates}/notable_detailed_template_test.rb | 0 test/functional/{ => templates}/notable_template_test.rb | 0 test/functional/{ => templates}/pci_compliance_template_test.rb | 0 .../{ => templates}/stig_findings_summary_template_test.rb | 0 .../{ => templates}/technical_findings_template_test.rb | 0 test/functional/{ => templates}/template_template_test.rb | 0 test/functional/{ => templates}/top_25_template_test.rb | 0 26 files changed, 1 insertion(+), 1 deletion(-) rename docker/{README.md => README.markdown} (100%) rename test/functional/{console_test.rb => application_test.rb} (100%) rename test/functional/{nessusdocument_test.rb => nessus_document_test.rb} (100%) rename test/functional/{ => templates}/assets_template_test.rb (100%) rename test/functional/{ => templates}/bad_template_test.rb (100%) rename test/functional/{ => templates}/cover_sheet_template_test.rb (100%) rename test/functional/{ => templates}/exec_summary_detailed_template_test.rb (100%) rename test/functional/{ => templates}/exec_summary_template_test.rb (100%) rename test/functional/{ => templates}/exploitable_summary_template_test.rb (100%) rename test/functional/{ => templates}/finding_statistics_template_test.rb (100%) rename test/functional/{ => templates}/findings_host_template_test.rb (100%) rename test/functional/{ => templates}/findings_summary_template_test.rb (100%) rename test/functional/{ => templates}/findings_summary_with_pluginid_template_test.rb (100%) rename test/functional/{ => templates}/graph_template_test.rb (100%) rename test/functional/{ => templates}/host_summary_template_test.rb (100%) rename test/functional/{ => templates}/malicious_process_detection_template_test.rb (100%) rename test/functional/{ => templates}/missing_root_cause_template_test.rb (100%) rename test/functional/{ => templates}/ms_patch_summary_template_test.rb (100%) rename test/functional/{ => templates}/notable_detailed_template_test.rb (100%) rename test/functional/{ => templates}/notable_template_test.rb (100%) rename test/functional/{ => templates}/pci_compliance_template_test.rb (100%) rename test/functional/{ => templates}/stig_findings_summary_template_test.rb (100%) rename test/functional/{ => templates}/technical_findings_template_test.rb (100%) rename test/functional/{ => templates}/template_template_test.rb (100%) rename test/functional/{ => templates}/top_25_template_test.rb (100%) diff --git a/README.markdown b/README.markdown index 6dac92d5..aad3a1d0 100644 --- a/README.markdown +++ b/README.markdown @@ -12,7 +12,7 @@ Risu is [Nessus](http://www.nessus.org) parser, that converts Nessus .nessus xml ## Requirements ### Ruby -Risu has been tested with ruby-2.0.0, ruby-2.1.0 and ruby-2.2.3. Please try to use one of these versions if possible. I recommend using RVM to setup your ruby environment you can get it [here](https://rvm.beginrescueend.com/). +Risu has been tested with ruby-2.0.0, ruby-2.1.0 and ruby-2.2.3. Please try to use one of these versions if possible. I recommend using [chruby](https://github.com/postmodern/chruby) or [RVM](https://rvm.io/) to setup your ruby environment. ### RubyGems Risu relies heavily on [RubyGems](http://rubygems.org/) to install other dependencies I highly recommend using it. RubyGems is included by default in the 1.9.x versions of [Ruby](http://ruby-lang.org/). diff --git a/docker/README.md b/docker/README.markdown similarity index 100% rename from docker/README.md rename to docker/README.markdown diff --git a/test/functional/console_test.rb b/test/functional/application_test.rb similarity index 100% rename from test/functional/console_test.rb rename to test/functional/application_test.rb diff --git a/test/functional/nessusdocument_test.rb b/test/functional/nessus_document_test.rb similarity index 100% rename from test/functional/nessusdocument_test.rb rename to test/functional/nessus_document_test.rb diff --git a/test/functional/assets_template_test.rb b/test/functional/templates/assets_template_test.rb similarity index 100% rename from test/functional/assets_template_test.rb rename to test/functional/templates/assets_template_test.rb diff --git a/test/functional/bad_template_test.rb b/test/functional/templates/bad_template_test.rb similarity index 100% rename from test/functional/bad_template_test.rb rename to test/functional/templates/bad_template_test.rb diff --git a/test/functional/cover_sheet_template_test.rb b/test/functional/templates/cover_sheet_template_test.rb similarity index 100% rename from test/functional/cover_sheet_template_test.rb rename to test/functional/templates/cover_sheet_template_test.rb diff --git a/test/functional/exec_summary_detailed_template_test.rb b/test/functional/templates/exec_summary_detailed_template_test.rb similarity index 100% rename from test/functional/exec_summary_detailed_template_test.rb rename to test/functional/templates/exec_summary_detailed_template_test.rb diff --git a/test/functional/exec_summary_template_test.rb b/test/functional/templates/exec_summary_template_test.rb similarity index 100% rename from test/functional/exec_summary_template_test.rb rename to test/functional/templates/exec_summary_template_test.rb diff --git a/test/functional/exploitable_summary_template_test.rb b/test/functional/templates/exploitable_summary_template_test.rb similarity index 100% rename from test/functional/exploitable_summary_template_test.rb rename to test/functional/templates/exploitable_summary_template_test.rb diff --git a/test/functional/finding_statistics_template_test.rb b/test/functional/templates/finding_statistics_template_test.rb similarity index 100% rename from test/functional/finding_statistics_template_test.rb rename to test/functional/templates/finding_statistics_template_test.rb diff --git a/test/functional/findings_host_template_test.rb b/test/functional/templates/findings_host_template_test.rb similarity index 100% rename from test/functional/findings_host_template_test.rb rename to test/functional/templates/findings_host_template_test.rb diff --git a/test/functional/findings_summary_template_test.rb b/test/functional/templates/findings_summary_template_test.rb similarity index 100% rename from test/functional/findings_summary_template_test.rb rename to test/functional/templates/findings_summary_template_test.rb diff --git a/test/functional/findings_summary_with_pluginid_template_test.rb b/test/functional/templates/findings_summary_with_pluginid_template_test.rb similarity index 100% rename from test/functional/findings_summary_with_pluginid_template_test.rb rename to test/functional/templates/findings_summary_with_pluginid_template_test.rb diff --git a/test/functional/graph_template_test.rb b/test/functional/templates/graph_template_test.rb similarity index 100% rename from test/functional/graph_template_test.rb rename to test/functional/templates/graph_template_test.rb diff --git a/test/functional/host_summary_template_test.rb b/test/functional/templates/host_summary_template_test.rb similarity index 100% rename from test/functional/host_summary_template_test.rb rename to test/functional/templates/host_summary_template_test.rb diff --git a/test/functional/malicious_process_detection_template_test.rb b/test/functional/templates/malicious_process_detection_template_test.rb similarity index 100% rename from test/functional/malicious_process_detection_template_test.rb rename to test/functional/templates/malicious_process_detection_template_test.rb diff --git a/test/functional/missing_root_cause_template_test.rb b/test/functional/templates/missing_root_cause_template_test.rb similarity index 100% rename from test/functional/missing_root_cause_template_test.rb rename to test/functional/templates/missing_root_cause_template_test.rb diff --git a/test/functional/ms_patch_summary_template_test.rb b/test/functional/templates/ms_patch_summary_template_test.rb similarity index 100% rename from test/functional/ms_patch_summary_template_test.rb rename to test/functional/templates/ms_patch_summary_template_test.rb diff --git a/test/functional/notable_detailed_template_test.rb b/test/functional/templates/notable_detailed_template_test.rb similarity index 100% rename from test/functional/notable_detailed_template_test.rb rename to test/functional/templates/notable_detailed_template_test.rb diff --git a/test/functional/notable_template_test.rb b/test/functional/templates/notable_template_test.rb similarity index 100% rename from test/functional/notable_template_test.rb rename to test/functional/templates/notable_template_test.rb diff --git a/test/functional/pci_compliance_template_test.rb b/test/functional/templates/pci_compliance_template_test.rb similarity index 100% rename from test/functional/pci_compliance_template_test.rb rename to test/functional/templates/pci_compliance_template_test.rb diff --git a/test/functional/stig_findings_summary_template_test.rb b/test/functional/templates/stig_findings_summary_template_test.rb similarity index 100% rename from test/functional/stig_findings_summary_template_test.rb rename to test/functional/templates/stig_findings_summary_template_test.rb diff --git a/test/functional/technical_findings_template_test.rb b/test/functional/templates/technical_findings_template_test.rb similarity index 100% rename from test/functional/technical_findings_template_test.rb rename to test/functional/templates/technical_findings_template_test.rb diff --git a/test/functional/template_template_test.rb b/test/functional/templates/template_template_test.rb similarity index 100% rename from test/functional/template_template_test.rb rename to test/functional/templates/template_template_test.rb diff --git a/test/functional/top_25_template_test.rb b/test/functional/templates/top_25_template_test.rb similarity index 100% rename from test/functional/top_25_template_test.rb rename to test/functional/templates/top_25_template_test.rb