Sha256: 595a32839dff90426e16a639df99c0979e970ff4c60f5939300fb2cddde5303b

Contents?: true

Size: 136 Bytes

Versions: 8

Compression:

Stored size: 136 Bytes

Contents

module('home');

test('move from to play', function(){
  
  expectCall(re.scene('play'), 'enter');
  
  re.scene('home').enter();
  
});

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
entityjs-0.4.4 templates/platform/tests/scenes/home_test.js
entityjs-0.4.3 templates/platform/tests/scenes/home_test.js
entityjs-0.4.2 templates/platform/tests/scenes/home_test.js
entityjs-0.4.1 templates/platform/tests/scenes/home_test.js
entityjs-0.4.0 templates/platform/tests/scenes/home_test.js
entityjs-0.3.2 templates/platform/tests/scenes/home_test.js
entityjs-0.3.1 templates/platform/tests/scenes/home_test.js
entityjs-0.3.0 templates/platform/tests/scenes/home_test.js