From b8ea6fd4b30a3407a35ada97e6515575d9a86ad6 Mon Sep 17 00:00:00 2001 From: Raphael Randschau Date: Fri, 20 Apr 2012 09:14:12 +0200 Subject: [PATCH] fix typo in spec description --- spec/foreman/export/supervisord_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/foreman/export/supervisord_spec.rb b/spec/foreman/export/supervisord_spec.rb index a805da4..75ef4d3 100644 --- a/spec/foreman/export/supervisord_spec.rb +++ b/spec/foreman/export/supervisord_spec.rb @@ -77,7 +77,7 @@ describe Foreman::Export::Supervisord, :fakefs do supervisord.wrap_environment("production").should == "production" end - it "wrapps the original environment with quotes if it contains a comma" do + it "wraps the original environment with quotes if it contains a comma" do supervisord.wrap_environment("slowqueue,fastqueue").should == '"slowqueue,fastqueue"' end end