Skip to content

Commit 373ba56

Browse files
committed
- another victory in the endless battle against the linter
1 parent dd704b9 commit 373ba56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/govuk_tech_docs/govuk_nunjuck_component_renderer_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# We mock the Schmooze 'method' call to avoid needing real Node/Nunjucks
2929
expect(subject).to receive(:render_nunjucks_template).with(
3030
include("import govukButton"), # Verifies the Macro import line
31-
{ "template_data" => data }, # Verifies the data wrap
31+
{ "template_data" => data }, # Verifies the data wrap
3232
instance_of(Array), # Verifies search paths are passed
3333
).and_return("<button>Success</button>")
3434

0 commit comments

Comments
 (0)