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.
2 parents bc6cc62 + 83e5022 commit 5b6a0a2Copy full SHA for 5b6a0a2
test/cases/oauth_case.rb
@@ -6,6 +6,7 @@
6
class OAuthCase < Minitest::Test
7
# avoid whining about a lack of tests
8
def run(*args)
9
+ @method_name ||= nil
10
return if @method_name.to_s == "default_test"
11
super
12
end
0 commit comments