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 7521f5c commit 5f316f5Copy full SHA for 5f316f5
1 file changed
test/json_decode_test.rb
@@ -15,7 +15,6 @@ def test_decode_hash
15
end
16
17
def test_decode_with_nil
18
- @expected = nil
19
- assert_equal @expected, Fog::JSON.decode(nil)
+ assert_nil Fog::JSON.decode(nil)
20
21
0 commit comments