Commit 8a4f2d4d authored by tiagonbotelho's avatar tiagonbotelho

changes the project_title_spec accordingly

parent f5d92d12
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment