Sha256: c5d8cb6c0e3fde287d125ef963ceed6b90462b653d108fedd3b32534bafde6c0
Contents?: true
Size: 235 Bytes
Versions: 2
Compression:
Stored size: 235 Bytes
Contents
require "game-tictactoe-alu4078" require "rspec" describe TicTacToe::SmartPlayer do before :each do @sp = TicTacToe::SmartPlayer.new("X") end it "Debe existir un metodo move" do @sp.respond_to?("move").should == true end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
game-tictactoe-alu4078-0.0.2 | spec/smartplayer_spec.rb |
game-tictactoe-alu4078-0.0.1 | spec/smartplayer_spec.rb |