diff options
| author | mo khan <mo@mokhan.ca> | 2021-05-09 12:32:03 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-05-09 12:32:03 -0600 |
| commit | 615a13a38acbfeb3a8ae887bbb473ac7884b6e9e (patch) | |
| tree | fd43f10a6cb7d27e162adaa8e15b8d82f7274ba5 /spec/unit | |
| parent | c241dc80e2429cece5f5e3933310bff20b220491 (diff) | |
refactor: rename class to match zeitwerk naming convention
Diffstat (limited to 'spec/unit')
| -rw-r--r-- | spec/unit/terraform/parsers/hcl_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/terraform/parsers/hcl_spec.rb b/spec/unit/terraform/parsers/hcl_spec.rb index 449b782..32f98a4 100644 --- a/spec/unit/terraform/parsers/hcl_spec.rb +++ b/spec/unit/terraform/parsers/hcl_spec.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true -RSpec.describe Spandx::Terraform::Parsers::HCL do +RSpec.describe Spandx::Terraform::Parsers::Hcl do subject(:parser) { described_class.new } describe '#parse' do |
