Skip to content

Instantly share code, notes, and snippets.

@prathamesh-sonpatki
Created June 14, 2014 11:25
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 prathamesh-sonpatki/883f64b15fbf1b41bce5 to your computer and use it in GitHub Desktop.
Save prathamesh-sonpatki/883f64b15fbf1b41bce5 to your computer and use it in GitHub Desktop.
===== Javascript Test Complete =====
You are using WebMock 1.13.0. VCR is known to work with WebMock >= 1.8.0, < 1.12. It may not work with this version.
Run options: --seed 10303
# Running:
....F........................................WARN: tilt autoloading 'sass' in a non thread-safe way; explicit require 'sass' suggested.
..........................
Finished in 2.787287s, 25.4728 runs/s, 48.7930 assertions/s.
1) Failure:
IssueTest#test_.open_issues [/Users/prathamesh/Projects/sources/codetriage/test/unit/issue_test.rb:108]:
--- expected
+++ actual
@@ -1 +1 @@
-[#<Issue id: 4, comment_count: nil, url: nil, repo_name: nil, user_name: nil, last_touched_at: nil, number: nil, created_at: "2014-06-14 11:24:02", updated_at: "2014-06-14 11:24:02", repo_id: 2, title: nil, html_url: nil, state: "open", pr_attached: false>, #<Issue id: 6, comment_count: nil, url: nil, repo_name: nil, user_name: nil, last_touched_at: nil, number: nil, created_at: "2014-06-14 11:24:02", updated_at: "2014-06-14 11:24:02", repo_id: 2, title: nil, html_url: nil, state: "open", pr_attached: false>]
+#<ActiveRecord::AssociationRelation [#<Issue id: 6, comment_count: nil, url: nil, repo_name: nil, user_name: nil, last_touched_at: nil, number: nil, created_at: "2014-06-14 11:24:02", updated_at: "2014-06-14 11:24:02", repo_id: 2, title: nil, html_url: nil, state: "open", pr_attached: false>, #<Issue id: 4, comment_count: nil, url: nil, repo_name: nil, user_name: nil, last_touched_at: nil, number: nil, created_at: "2014-06-14 11:24:02", updated_at: "2014-06-14 11:24:02", repo_id: 2, title: nil, html_url: nil, state: "open", pr_attached: false>]>
71 runs, 136 assertions, 1 failures, 0 errors, 0 skips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment