This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ==> default: Running provisioner: chef_solo... | |
| Generating chef JSON and uploading... | |
| ==> default: Running chef-solo... | |
| ==> default: stdin: is not a tty | |
| ==> default: [2014-06-30T09:59:33+00:00] INFO: *** Chef 10.14.2 *** | |
| ==> default: [2014-06-30T09:59:36+00:00] INFO: Setting the run_list to ["role[vagrant]"] from JSON | |
| ==> default: [2014-06-30T09:59:36+00:00] INFO: Run List is [role[vagrant]] | |
| ==> default: [2014-06-30T09:59:36+00:00] INFO: Run List expands to [root-ssh-agent::ppid, logrotate, memcached, gecko-common, gecko-infra::devbox, gecko-dev, geckoboard::packages, geckoboard::files, certificates::service_certificates, godzilla, ruby::install, redis-server, statsd::default, geckoboard::nginx, geckoboard::admin_tools, geckoboard::gemserver, gecko-widgets::app, geckoboard::app, geckoboard::geo-lookup-api, geckoboard::track, geckoboard::rails-app, geckoboard::bliss, geckoboard::extra_repositories, gecko-dev::ssh-config-ec2-hosts, gecko-dev::dev-database, gecko-dev::nginx-static] | |
| ==> default: [2014-06-30T09:59: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function stubGetCells(content, params) { | |
| var entry = content.map(function (val) { | |
| return { content: val }; | |
| }); | |
| widget.data.stub('getCells', params).returns({ entry: entry }); | |
| } | |
| describe('when data look good', function () { | |
| it('renders the data', function () { |