Skip to content

Commit b3f84b5

Browse files
author
Frank Natividad
committed
Modified %{ to %Q{
1 parent 35d0ad9 commit b3f84b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging/spec/sample_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def cleanup!
134134
# The test project may not have App Engine resources.
135135
# Instead, add a project log entry and change the filter string called.
136136
allow(@logging).to receive(:entries).
137-
with(filter: %{resource.type = "gae_app"}).
137+
with(filter: %Q{resource.type = "gae_app"}).
138138
and_wrap_original do |m, *args|
139139
entries = []
140140

0 commit comments

Comments
 (0)