spec/support/fake_heroku.rb in suspenders-1.39.0 vs spec/support/fake_heroku.rb in suspenders-1.40.0
- old
+ new
@@ -4,11 +4,11 @@
def initialize(args)
@args = args
end
def run!
- if @args.first == "plugins"
- puts "heroku-pipelines@0.29.0"
+ if @args.first == "help"
+ puts "pipelines # manage collections of apps in pipelines"
end
File.open(RECORDER, 'a') do |file|
file.puts @args.join(' ')
end
end