Sha256: e858e295b5b8df5f43720520ed18484c58357973194c5dafa973b3fa584940d4
Contents?: true
Size: 504 Bytes
Versions: 36
Compression:
Stored size: 504 Bytes
Contents
require 'spec_helper' describe "Deploying a simple application" do context "without Bundler" do before(:all) do deploy_test_application('not_bundled') end it "creates a REVISION file" do deploy_dir.join('current', 'REVISION').should exist end it "restarts the app servers" do restart = deploy_dir.join('current', 'restart') restart.should exist restart.read.chomp.should == %|LANG="en_US.UTF-8" /engineyard/bin/app_rails31 deploy| end end end
Version data entries
36 entries across 36 versions & 1 rubygems