diff options
| author | mo khan <mo@mokhan.ca> | 2015-05-03 13:16:21 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-05-03 13:16:21 -0600 |
| commit | f49ee6048fd5798dc22f14d86a91b74de5f87d16 (patch) | |
| tree | 695ea7c04f305284ee94ab0e28e431697cc6c79e /spec | |
| parent | 9d30e944bd0b1168565b5d0dbc4e3a9585f8c809 (diff) | |
fix broken nginx spec.
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/nginx_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/nginx_spec.rb b/spec/nginx_spec.rb index acd23c6..5933923 100644 --- a/spec/nginx_spec.rb +++ b/spec/nginx_spec.rb @@ -3,6 +3,7 @@ describe 'mokhan-myface::nginx' do let(:chef_run) do ChefSpec::SoloRunner.new do |node| node.set['nginx']['domain'] = domain + node.set['lsb']['codename'] = 'trusty' end.converge(described_recipe) end |
