tddium-preview 0.6.4 → 0.6.5
Sign up to get free protection for your applications and to get access to all the features.
- 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