Skip to content

update deps - #2

Open
bbassett wants to merge 1 commit into
masterfrom
update_deps
Open

update deps#2
bbassett wants to merge 1 commit into
masterfrom
update_deps

Conversation

@bbassett

Copy link
Copy Markdown

No description provided.

@bbassettbbassett reopened this Feb 19, 2018
@bbassett

bbassett commented Feb 19, 2018

Copy link
Copy Markdown
Author

should the tests pass? because they don't.

1) test assert_json (Test.Fugue)
test/fugue_test.exs:90
Expected status code 200, got 500
code: test "assert_json" do
left: 500
stacktrace:
(fugue) lib/fugue/assertions.ex:8: Fugue.Assertions.assert_status/2
test/fugue_test.exs:96: anonymous fn/1 in Test.Fugue."test assert_json"/1
test/fugue_test.exs:90: (test)
2) test foo (Test.Fugue)
test/fugue_test.exs:12
Expected status code 200, got 500
code: test "foo" do
left: 500
stacktrace:
(fugue) lib/fugue/assertions.ex:8: Fugue.Assertions.assert_status/2
test/fugue_test.exs:12: (test)
......
3) test bar (Test.Fugue)
test/fugue_test.exs:19
Expected status code 200, got 500
code: test "bar" do
left: 500
stacktrace:
(fugue) lib/fugue/assertions.ex:8: Fugue.Assertions.assert_status/2
test/fugue_test.exs:32: anonymous fn/1 in Test.Fugue."test bar"/1
test/fugue_test.exs:19: (test)

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@bbassett