Sha256: c1cd9ea1fa233b81bbf8e99076a18680a08296fa23ffe7ce77088023121158ef
Contents?: true
Size: 362 Bytes
Versions: 8
Compression:
Stored size: 362 Bytes
Contents
require 'spec_helper' describe "Deploying an application that uses Node.js and NPM" do with_npm_mocked do |mocked| before(:all) do mock_npm if mocked 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 end
Version data entries
8 entries across 8 versions & 1 rubygems