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 fadc4b3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions spec/classes/config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -378,14 +378,14 @@
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',
Expand Down

0 comments on commit fadc4b3

Please sign in to comment.