mirror of
https://github.com/danbee/chess
synced 2025-03-04 08:39:06 +00:00
Move these outside the describe
This commit is contained in:
parent
381ad98d2b
commit
193580d7b6
@ -3,12 +3,13 @@ defmodule Chess.Store.MoveTest do
|
||||
|
||||
use Chess.DataCase
|
||||
|
||||
describe "move" do
|
||||
alias Chess.Repo
|
||||
import Chess.Factory
|
||||
|
||||
alias Chess.Board
|
||||
alias Chess.Repo
|
||||
alias Chess.Store.Move
|
||||
|
||||
import Chess.Factory
|
||||
describe "move" do
|
||||
|
||||
test "move is valid with a game, a from, and a to" do
|
||||
user = insert(:user, %{email: "link@hyrule.com"})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user