summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMarc Chamberland <mchamberland@pbsc.com>2019-05-05 20:40:46 -0400
committerMarc Chamberland <mchamberland@pbsc.com>2019-05-23 12:31:28 -0400
commit925c4c7d757404c7c68001bb928044cad0f5c2a8 (patch)
treeb2ce5aeb86a6e3abc6eebfb7fba3aa98125ebe92 /spec
parentc08d0b8789b9ad5ac8082bef370d5cc6ae5b610f (diff)
downloadchef-925c4c7d757404c7c68001bb928044cad0f5c2a8.tar.gz
more distro constants for "Chef"
Signed-off-by: Marc Chamberland <mchamberland@pbsc.com>
Diffstat (limited to 'spec')
-rw-r--r--spec/unit/environment_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/environment_spec.rb b/spec/unit/environment_spec.rb
index 07d8f5f552..467b719bb7 100644
--- a/spec/unit/environment_spec.rb
+++ b/spec/unit/environment_spec.rb
@@ -299,7 +299,7 @@ describe Chef::Environment do
expect do
Chef::Environment.validate_cookbook_version("= 1.2.3.4")
end.to raise_error Chef::Exceptions::IllegalVersionConstraint,
- "Environment cookbook version constraints not allowed in .*"
+ /Environment cookbook version constraints not allowed in .*/
end
end