Sha256: 5393f9c5ee23f400bbdf9013214be32544076928471bbcc856f5f2cfec5a0205
Contents?: true
Size: 468 Bytes
Versions: 44
Compression:
Stored size: 468 Bytes
Contents
require 'spec_helper' describe "Deploying an application with conflicting directories" do before(:all) do deploy_test_application('public_system') end it "does not remove the repository's public/system directory" do expect(deploy_dir.join('current', 'public', 'system', 'cant_touch_this.txt')).to exist end it "warns that maintenance pages are broken" do expect(read_output).to include("remove 'public/system' from your repository") end end
Version data entries
44 entries across 44 versions & 1 rubygems