config/application.rb in jironimo-0.5.0 vs config/application.rb in jironimo-0.6.0

- old
+ new

@@ -62,17 +62,17 @@ system command end end # Ensure that all tests pass before allowing a release to continue - def validate_release - unless system("origen specs") - puts "Sorry but you can't release with failing tests, please fix them and try again." - exit 1 - else - puts "All tests passing, proceeding with release process!" - end - end + # def validate_release + # unless system("origen specs") + # puts "Sorry but you can't release with failing tests, please fix them and try again." + # exit 1 + # else + # puts "All tests passing, proceeding with release process!" + # end + # end def before_deploy_site Dir.chdir Origen.root do #system 'origen examples -c' system 'origen specs -c'