spec/spec_helper.rb in ufo-2.0.3 vs spec/spec_helper.rb in ufo-2.1.0

- old
+ new

@@ -16,10 +16,10 @@ out end def create_starter_project_fixture FileUtils.rm_rf("spec/fixtures/hi") - execute("bin/ufo init --cluster prod --image tongueroo/hi --project-root spec/fixtures/hi --app hi") + execute("bin/ufo init --app hi --image tongueroo/hi --project-root spec/fixtures/hi") end end RSpec.configure do |c| c.include Helpers