-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start updates to BoardState for LiveView (#26)
* Start updates to BoardState for LiveView Begin work on utility functions for setting the status of a BoardWord as being revealed when appropriate * Remove scaffolded test CI didn't like the scaffolded test for some reason * Credo Dammit Credo, nice catch
- Loading branch information
1 parent
cae419c
commit 20b542b
Showing
4 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
defmodule LetterLinesElixirTest do | ||
use ExUnit.Case | ||
doctest LetterLinesElixir | ||
|
||
test "greets the world" do | ||
assert LetterLinesElixir.hello() == :world | ||
end | ||
end |