Skip to content

Instantly share code, notes, and snippets.

@DanBradbury
Last active December 23, 2015 05:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanBradbury/6586083 to your computer and use it in GitHub Desktop.
Save DanBradbury/6586083 to your computer and use it in GitHub Desktop.
Rake test:integration @1
Finished in 51.513995167 seconds.
1) Failure:
test_show(ApiIntegrationTest) [test/integration/api_integration_test.rb:518]:
response did not match regex: <?xml version="1.0" encoding="UTF-8"?>
<response>
<status>ok</status>
<item>
<name>Tuna Melt Deliciousness</name>
<print-text>TUNA MELT</print-text>
<match-on>TUNA MELT</match-on>
<pos-id>abcd1234</pos-id>
<alt-id nil="true"></alt-id>
<entity-id type="integer">2</entity-id>
<item-category-name>food.lunch.sandwich</item-category-name>
<item-category>food.lunch.sandwich</item-category>
<item-type>Item</item-type>
</item>
</response>
.
<nil> is not true.
2) Failure:
test_should_return_complete_response_headers(MongrelPatchTest) [test/integration/mongrel_patch_test.rb:37]:
Response should have been successful.
<false> is not true.
25 tests, 88 assertions, 2 failures, 0 errors
rake aborted!
@DanBradbury
Copy link
Author

majority of issues look to be with some changes I made with the code (going to revert and things should be fine)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment