spec/source/archive_spec.rb in engineyard-serverside-2.3.0 vs spec/source/archive_spec.rb in engineyard-serverside-2.3.1.pre.archivefix
- old
+ new
@@ -24,11 +24,10 @@
it "understands short log message" do
expect(subject).to respond_to(:short_log_message)
end
it "updates the cache" do
- last_output = subject.update_repository_cache.output
- expect(last_output).to eq("unzip app.war && rm app.war")
+ subject.update_repository_cache
end
end
end