We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d0ad9 commit b3f84b5Copy full SHA for b3f84b5
logging/spec/sample_spec.rb
@@ -134,7 +134,7 @@ def cleanup!
134
# The test project may not have App Engine resources.
135
# Instead, add a project log entry and change the filter string called.
136
allow(@logging).to receive(:entries).
137
- with(filter: %{resource.type = "gae_app"}).
+ with(filter: %Q{resource.type = "gae_app"}).
138
and_wrap_original do |m, *args|
139
entries = []
140
0 commit comments