Sha256: f632ad6e7e66e29ac986564ba783abe73c74ccd62f4799bca9e0b6018fc303a7
Contents?: true
Size: 361 Bytes
Versions: 28
Compression:
Stored size: 361 Bytes
Contents
require "spec_helper" describe ORS::Commands::Deploy do context "#execute" do it "should call update, migrate, then restart" do mock(subject).info /deploying/ mock(subject).run(ORS::Commands::Update) mock(subject).run(ORS::Commands::Migrate) mock(subject).run(ORS::Commands::Restart) subject.execute end end end
Version data entries
28 entries across 28 versions & 1 rubygems