summaryrefslogtreecommitdiffstats
path: root/spec/unit/application/master_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/application/master_spec.rb')
-rw-r--r--spec/unit/application/master_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/application/master_spec.rb b/spec/unit/application/master_spec.rb
index 0baa8229b..216c7dc90 100644
--- a/spec/unit/application/master_spec.rb
+++ b/spec/unit/application/master_spec.rb
@@ -23,7 +23,7 @@ describe Puppet::Application::Master do
end
it "should operate in master run_mode" do
- @master.class.run_mode.name.should equal :master
+ @master.class.run_mode.name.should equal(:master)
end
it "should ask Puppet::Application to parse Puppet configuration file" do