TheCorrespondingSquares/chess-app

View on GitHub
spec/factories/games.rb

Summary

Maintainability
A
0 mins
Test Coverage
FactoryGirl.define do
  factory :game do
    name "This Game Rules!"
  end
end