Skip to content

Commit

Permalink
* fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
abraham1901 committed Sep 2, 2016
1 parent d91cc76 commit 51a9886
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions spec/classes/config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -378,15 +378,15 @@
notmatch: %r{fastcgi_cache_use_stale}
},
{
:title => 'should contain ordered prepended directives',
:attr => 'http_cfg_prepend',
:value => { 'test1' => 'test value 1', 'test2' => 'test value 2', 'allow' => 'test value 3' },
:match => [
title: 'should contain ordered appended directives from hash',
attr: 'http_cfg_prepend',
value: { 'test1' => 'test value 1', 'test2' => 'test value 2', 'allow' => 'test value 3' },
match: [
' allow test value 3;',
' test1 test value 1;',
' test2 test value 2;',
],
},
' test2 test value 2;'
]
},
{
title: 'should contain duplicate appended directives from list of hashes',
attr: 'http_cfg_prepend',
Expand Down

0 comments on commit 51a9886

Please sign in to comment.