-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Write test for rspec output with shared examples
- Loading branch information
1 parent
0f7c185
commit 9fb2012
Showing
6 changed files
with
49 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"examples": [ | ||
{ | ||
"description": "has a version number", | ||
"full_description": "RspecProject has a version number", | ||
"status": "passed", | ||
"file_path": "./spec/rspec_project_spec.rb", | ||
"run_time": 0.00055454 | ||
}, | ||
{ | ||
"description": "does something useful", | ||
"full_description": "RspecProject does something useful", | ||
"status": "failed", | ||
"file_path": "./spec/rspec_project_spec.rb", | ||
"run_time": 0.010931278 | ||
}, | ||
{ | ||
"description": "does something interesting", | ||
"full_description": "RspecProject behaves like a test with shared examples does something interesting", | ||
"status": "passed", | ||
"file_path": "./spec/rspec_project_spec.rb", | ||
"run_time": 0.000126273 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters