aboutsummaryrefslogtreecommitdiffstats
path: root/spec/support/shared_examples
diff options
context:
space:
mode:
authorRobert2017-10-02 13:38:11 +0200
committerRobert2017-10-02 13:50:56 +0200
commitee88198df36ffc666b7b5bb8dda6851ce953af4a (patch)
treea2116f50498c50a23e0f388ccdff6e31302a091c /spec/support/shared_examples
parented5f05acf1d604eab807f3455ea628179ab55408 (diff)
downloadchouette-core-ee88198df36ffc666b7b5bb8dda6851ce953af4a.tar.bz2
Refs: #4267@0.45h;
- setting up a CCCLD subdir struct for CCCLD related tests - removed all occcurances of `@@default_criticity`
Diffstat (limited to 'spec/support/shared_examples')
-rw-r--r--spec/support/shared_examples/compliance_control_class_level_defaults.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/shared_examples/compliance_control_class_level_defaults.rb b/spec/support/shared_examples/compliance_control_class_level_defaults.rb
index d433038fc..276ac1ca5 100644
--- a/spec/support/shared_examples/compliance_control_class_level_defaults.rb
+++ b/spec/support/shared_examples/compliance_control_class_level_defaults.rb
@@ -1,3 +1,5 @@
+require_relative '../data_modifier'
+
H = Support::DataModifier::Hash
RSpec.shared_examples_for 'ComplianceControl Class Level Defaults' do
context 'class attributes' do