diff options
| author | mo khan <mo@mokhan.ca> | 2021-06-06 16:37:19 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-06-06 16:37:19 -0600 |
| commit | 6d74beb34775a401c7c824248b80422b2597e437 (patch) | |
| tree | 7672554edeba557a82ce5e2e519975d862081e25 /spec | |
| parent | 1d35f4c6fc2a3133021f366b0917067435c4bffb (diff) | |
fix: parse ${variables} from stringsmain
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/parser_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/parser_spec.rb b/spec/parser_spec.rb index 023dfe9..b911494 100644 --- a/spec/parser_spec.rb +++ b/spec/parser_spec.rb @@ -153,7 +153,7 @@ RSpec.describe Hcl2::Parser do HCL end - pending { expect(subject).to be_truthy } + specify { expect(subject).to be_truthy } end context "when parsing a module with an argument assigned to a single line array declaration" do |
