Skip to content

Instantly share code, notes, and snippets.

View colwem's full-sized avatar

Martin Colwell colwem

View GitHub Profile
@colwem
colwem / test.log
Created February 25, 2016 23:51
output of running tests
vagrant@habitrpg:/vagrant$ gulp test
[23:37:32] Using gulpfile /vagrant/gulpfile.js
[23:37:34] Starting 'test:all'...
[23:37:34] Starting 'lint:server'...
[23:37:36] Starting 'lint:common'...
[23:37:36] Starting 'lint:tests'...
[23:37:37] Finished 'lint:server' after 3.22 s
[23:37:58] Finished 'lint:common' after 22 s
[23:37:59] Finished 'lint:tests' after 23 s
[23:37:59] Starting 'lint'...
class Game
def initialize
@board = Board.new 100,100
add_objects
end
def add_objects
#add objects to board