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.
two-fer
1 parent 0df1ee0 commit 385fdfaCopy full SHA for 385fdfa
exercises/practice/two-fer/.meta/version
exercises/practice/two-fer/test/two_fer_test.exs
@@ -7,7 +7,12 @@ defmodule TwoFerTest do
7
8
@tag :pending
9
test "a name given" do
10
- assert TwoFer.two_fer("Gilberto Barros") == "One for Gilberto Barros, one for me"
+ assert TwoFer.two_fer("Alice") == "One for Alice, one for me"
11
+ end
12
+
13
+ @tag :pending
14
+ test "another name given" do
15
+ assert TwoFer.two_fer("Bob") == "One for Bob, one for me"
16
end
17
18
0 commit comments