changes the project_title_spec accordingly

This commit is contained in:
tiagonbotelho 2016-07-08 11:17:37 +01:00
parent f5d92d120e
commit 8a4f2d4db0
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ describe 'Project Title', ->
@projects_data = fixture.load('projects.json')[0]
spyOn(jQuery, 'ajax').and.callFake (req) =>
expect(req.url).toBe('/api/v3/projects.json')
expect(req.url).toBe('/api/v3/projects.json?format=simple')
d = $.Deferred()
d.resolve @projects_data
d.promise()