Skip to content

Commit

Permalink
Fixed bug in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Hamshere committed Nov 9, 2014
1 parent e45ac56 commit 62c4af7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ As per describeModule, but prevents execution of any other specs.
Instantiate a component or mixin within specDefinitions.

* The component instance is available at `this.component`
* The
* The node the component is attached to is `this.$node`

#### `fixture`: String | jQuery

Expand Down Expand Up @@ -186,6 +186,7 @@ describeComponent('ui/text', function () {
expect(spy).toHaveBeenCalled();
});
});
```

### Spying on events

Expand All @@ -203,6 +204,7 @@ describeComponent('ui/text', function () {
});
});
});
```

## Contributing to this project

Expand Down

0 comments on commit 62c4af7

Please sign in to comment.