aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content')
-rw-r--r--docs/content/cookbook/mvc.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/cookbook/mvc.ngdoc b/docs/content/cookbook/mvc.ngdoc
index 6a167469..9fc93686 100644
--- a/docs/content/cookbook/mvc.ngdoc
+++ b/docs/content/cookbook/mvc.ngdoc
@@ -93,7 +93,7 @@ no connection between the controller and the view.
</div>
</doc:source>
<doc:scenario>
- it('should play a game', function(){
+ xit('should play a game', function(){
piece(1, 1);
expect(binding('nextMove')).toEqual('O');
piece(3, 1);