Skip to content

Commit 3982de3

Browse files
Fix failing ins component spec
1 parent fa93a50 commit 3982de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/usage/components/ins_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def response
5454
ins id: 'my-id', class: 'my-class', text: 'I am enhanced'
5555

5656
# ins with cite and datetime
57-
ins cite: 'example.html', datetime: '2008-05-25T17:25:00Z', text: 'I am enhanced'
57+
ins cite: 'example.html', datetime: '2008-05-25T17:25:00Z', text: 'I have cite and datetime'
5858
}
5959
end
6060

0 commit comments

Comments
 (0)