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