Skip to content

Instantly share code, notes, and snippets.

@edgurgel
Created August 26, 2014 09:28
Show Gist options
  • Save edgurgel/ee00ba8fd846316bb2c4 to your computer and use it in GitHub Desktop.
Save edgurgel/ee00ba8fd846316bb2c4 to your computer and use it in GitHub Desktop.
Unused warning
test "should not give warning?" do
a = "a"
b = "b"
send self, {a, b}
assert_receive {a, b}
# test/unusedwarning_test.exs:8: warning: variable a is unused
# test/unusedwarning_test.exs:8: warning: variable b is unused
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment