-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #14 from rickpeyton/add-back-object_id
Release 0.1.0
- Loading branch information
Showing
3 changed files
with
11 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
example_id | status | run_time | | ||
------------------------------------------------------ | ------ | --------------- | | ||
./spec/acceptance/retrieve_a_valid_record_spec.rb[1:1] | passed | 0.1178 seconds | | ||
./spec/nintendo_eshop/game_spec.rb[1:1:1] | passed | 0.00322 seconds | | ||
./spec/nintendo_eshop/game_spec.rb[1:1:2] | passed | 0.00623 seconds | | ||
./spec/nintendo_eshop/game_spec.rb[1:1:3] | passed | 0.00457 seconds | | ||
./spec/nintendo_eshop/game_spec.rb[1:1:4] | passed | 0.0053 seconds | | ||
./spec/nintendo_eshop/game_spec.rb[1:1:5] | passed | 0.00037 seconds | | ||
./spec/nintendo_eshop/games_list_spec.rb[1:1] | passed | 0.00193 seconds | | ||
./spec/nintendo_eshop/games_list_spec.rb[1:2:1] | passed | 0.00518 seconds | | ||
./spec/nintendo_eshop_spec.rb[1:1] | passed | 0.00269 seconds | | ||
./spec/acceptance/retrieve_a_valid_record_spec.rb[1:1] | passed | 0.12552 seconds | | ||
./spec/nintendo_eshop/game_spec.rb[1:1:1] | passed | 0.0032 seconds | | ||
./spec/nintendo_eshop/game_spec.rb[1:1:2] | passed | 0.00406 seconds | | ||
./spec/nintendo_eshop/game_spec.rb[1:1:3] | passed | 0.0034 seconds | | ||
./spec/nintendo_eshop/game_spec.rb[1:1:4] | passed | 0.00478 seconds | | ||
./spec/nintendo_eshop/game_spec.rb[1:1:5] | passed | 0.00013 seconds | | ||
./spec/nintendo_eshop/games_list_spec.rb[1:1] | passed | 0.00227 seconds | | ||
./spec/nintendo_eshop/games_list_spec.rb[1:2:1] | passed | 0.00325 seconds | | ||
./spec/nintendo_eshop_spec.rb[1:1] | passed | 0.00127 seconds | |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
PATH | ||
remote: . | ||
specs: | ||
nintendo_eshop (0.1.0.alpha4) | ||
nintendo_eshop (0.1.0) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
|
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module NintendoEshop | ||
VERSION = "0.1.0.alpha4".freeze | ||
VERSION = "0.1.0".freeze | ||
end |