summaryrefslogtreecommitdiff
path: root/scripts/lib/glfm/render_static_html.rb
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/glfm/render_static_html.rb')
-rw-r--r--scripts/lib/glfm/render_static_html.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/glfm/render_static_html.rb b/scripts/lib/glfm/render_static_html.rb
index 6af73cd845d..bf7865c4d95 100644
--- a/scripts/lib/glfm/render_static_html.rb
+++ b/scripts/lib/glfm/render_static_html.rb
@@ -23,8 +23,8 @@ require_relative 'shared'
# the API and obtain the response.
#
# It is intended to be invoked as a helper subprocess from the `update_example_snapshots.rb`
-# script class. It's not intended to be run or used directly. This usage is also reinforced
-# by not naming the file with a `_spec.rb` ending.
+# and `update_specification.rb` script classes. It's not intended to be run or used directly.
+# This usage is also reinforced by not naming the file with a `_spec.rb` ending.
RSpec.describe 'Render Static HTML', :api, type: :request do
include Glfm::Constants
include Glfm::Shared