Sha256: 8e644f8e718d2d1bf17f5d1993e002174c49478787d5f8bd1cfe33adc8f283ec
Contents?: true
Size: 307 Bytes
Versions: 23
Compression:
Stored size: 307 Bytes
Contents
require 'spec_helper' describe "Deploying an application that uses Node.js and NPM" do before(:all) do deploy_test_application('nodejs') end it "runs 'npm install'" do install_cmd = @deployer.commands.grep(/npm install/).first install_cmd.should_not be_nil end end if $NPM_INSTALLED
Version data entries
23 entries across 23 versions & 1 rubygems