diff options
author | Jesse Wolfe <jes5199@gmail.com> | 2011-02-01 16:59:23 -0800 |
---|---|---|
committer | Jesse Wolfe <jes5199@gmail.com> | 2011-02-01 16:59:23 -0800 |
commit | c677f5bd4bb18ec93b82d8f39f317dd40963c2cc (patch) | |
tree | 0d7d3617762d3076bd080c39a78a1e92568cb839 /spec/unit/application | |
parent | 9b064e655f90bb5aa2f95e343e9c22765ddf4998 (diff) | |
parent | 66b442b723f1e74b934381227955cc30d64f3636 (diff) | |
download | puppet-c677f5bd4bb18ec93b82d8f39f317dd40963c2cc.tar.gz puppet-c677f5bd4bb18ec93b82d8f39f317dd40963c2cc.tar.xz puppet-c677f5bd4bb18ec93b82d8f39f317dd40963c2cc.zip |
Merge remote branch 'james/tickets/2.6.x/5916' into 2.6.next
Diffstat (limited to 'spec/unit/application')
-rwxr-xr-x | spec/unit/application/doc_spec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/unit/application/doc_spec.rb b/spec/unit/application/doc_spec.rb index 55da5e39a..ed723636b 100755 --- a/spec/unit/application/doc_spec.rb +++ b/spec/unit/application/doc_spec.rb @@ -48,10 +48,10 @@ describe Puppet::Application::Doc do @doc.options[:mode].should == :text end - it "should init format to to_rest" do + it "should init format to to_markdown" do @doc.preinit - @doc.options[:format].should == :to_rest + @doc.options[:format].should == :to_markdown end end |