Actions
Defect #12252
closedAll Integration API Tests fail
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
I'm probably doing something wrong, but I followed the instructions and common sense steps to run Integration tests for the API, and got the following result:
Finished in 26.495165 seconds. 309 tests, 338 assertions, 61 failures, 11 errors, 0 pendings, 0 omissions, 0 notifications 0% passed 11.66 tests/s, 12.76 assertions/s
Many, if not all, failed with a 500 error.
I did the following to setup the database:
rake db:create RAILS_ENV=test rake db:schema:load RAILS_ENV=test ruby test/integration/api_test/issues_test.rb
Actions