Remove arrant single quote from readme.
This commit is contained in:
parent
432b3634b8
commit
c0a1879011
@ -144,7 +144,7 @@ Putting it all together, you can install the mock, pass some spies as callbacks
|
||||
|
||||
request = mostRecentAjaxRequest();
|
||||
expect(request.url).toBe('venues/search');
|
||||
expect(request.method').toBe('POST');
|
||||
expect(request.method).toBe('POST');
|
||||
expect(request.data()).toEqual({latLng: ['40.019461, -105.273296']});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user