Skip to content

Instantly share code, notes, and snippets.

@nicholasf
Created April 14, 2015 01:11
Show Gist options
  • Save nicholasf/d21536b3ab825dcc9c45 to your computer and use it in GitHub Desktop.
Save nicholasf/d21536b3ab825dcc9c45 to your computer and use it in GitHub Desktop.
♪ usecases git:(refactor/adopt-gingko) ✗ go test
Running Suite: Usecases Suite
=============================
Random Seed: 1428973859
Will run 1 of 1 specs
• Failure [0.004 seconds]
Collections
/Users/nicholasf/code/go/src/github.com/foxcomm/phoenix/merchandising/context/usecases/collection_suite_test.go:44
Fetching the collection
/Users/nicholasf/code/go/src/github.com/foxcomm/phoenix/merchandising/context/usecases/collection_suite_test.go:43
has the correct name [It]
/Users/nicholasf/code/go/src/github.com/foxcomm/phoenix/merchandising/context/usecases/collection_suite_test.go:42
Expected
<string>: Wat
to equal
<string>: SHORT STORY
/Users/nicholasf/code/go/src/github.com/foxcomm/phoenix/merchandising/context/usecases/collection_suite_test.go:41
------------------------------
Summarizing 1 Failure:
[Fail] Collections Fetching the collection [It] has the correct name
/Users/nicholasf/code/go/src/github.com/foxcomm/phoenix/merchandising/context/usecases/collection_suite_test.go:41
Ran 1 of 1 Specs in 0.004 seconds
FAIL! -- 0 Passed | 1 Failed | 0 Pending | 0 Skipped --- FAIL: TestUsecases (0.00s)
FAIL
exit status 1
FAIL github.com/foxcomm/phoenix/merchandising/context/usecases 0.015s
♪ usecases git:(refactor/adopt-gingko) ✗
♪ usecases git:(refactor/adopt-gingko) ✗
♪ usecases git:(refactor/adopt-gingko) ✗ go test
Running Suite: Usecases Suite
=============================
Random Seed: 1428973875
Will run 1 of 1 specs
Ran 1 of 1 Specs in 0.000 seconds
SUCCESS! -- 1 Passed | 0 Failed | 0 Pending | 0 Skipped PASS
ok github.com/foxcomm/phoenix/merchandising/context/usecases 0.010s
♪ usecases git:(refactor/adopt-gingko) ✗
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment