fix typo in spec description

This commit is contained in:
Raphael Randschau
2012-04-20 09:14:12 +02:00
parent dbda63263b
commit b8ea6fd4b3
+1 -1
View File
@@ -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