Set dimension of spec window

This commit is contained in:
Kevin Sawicki
2013-06-25 19:11:05 -07:00
committed by Nathan Sobo
parent d2bc415042
commit 1049a677bf

View File

@@ -1,5 +1,6 @@
require 'window'
window.setUpEnvironment()
window.setDimensions(height: 800, width: 600)
nakedLoad 'jasmine-jquery'
$ = jQuery = require 'jquery'