tddium-preview 0.6.4 → 0.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/tddium.rb +1 -1
- data/lib/tddium/version.rb +1 -1
- metadata +1 -1
data/lib/tddium.rb
CHANGED
|
@@ -336,7 +336,7 @@ class Tddium < Thor
|
|
|
336
336
|
write_suite(new_suite["suite"]["id"])
|
|
337
337
|
|
|
338
338
|
# Manage git
|
|
339
|
-
update_git_remote_and_push(new_suite)
|
|
339
|
+
exit_failure("Failed to push repo to Tddium!") unless update_git_remote_and_push(new_suite)
|
|
340
340
|
|
|
341
341
|
say Text::Process::CREATED_SUITE % format_suite_details(new_suite["suite"])
|
|
342
342
|
end
|
data/lib/tddium/version.rb
CHANGED