Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[source,ruby]
----
include::./../../../../spec/check_running_spec.rb[tag=048d8abd42d094bbdcf4452a58ccb35b,indent=0]
include::./../../../../spec/check_running_spec.rb[tag=3d1ff6097e2359f927c88c2ccdb36252,indent=0]
----
2 changes: 1 addition & 1 deletion examples/docs/spec/check_running_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
DEFAULT_CLIENT
end

it 'executes the example code - d1ff6097e2359f927c88c2ccdb36252' do
it 'executes the example code - 3d1ff6097e2359f927c88c2ccdb36252' do
# tag::3d1ff6097e2359f927c88c2ccdb36252[]
response = client.info
# end::3d1ff6097e2359f927c88c2ccdb36252[]
Expand Down