diff options
author | Nick Lewis <nick@puppetlabs.com> | 2011-03-29 13:51:27 -0700 |
---|---|---|
committer | Nick Lewis <nick@puppetlabs.com> | 2011-03-29 13:51:27 -0700 |
commit | 23248285648b39ca771fc93988420d93d80506e5 (patch) | |
tree | c9461fa5c0fd9f71a849c1af042f50ac10a6a1b1 /spec/unit/string/facts_spec.rb | |
parent | b53cf84b76d9cbe60c2aa29eed167b05cf7b6a35 (diff) | |
parent | 5a9035551d730c1121a2a6634f4b591d404f8aa1 (diff) | |
download | puppet-23248285648b39ca771fc93988420d93d80506e5.tar.gz puppet-23248285648b39ca771fc93988420d93d80506e5.tar.xz puppet-23248285648b39ca771fc93988420d93d80506e5.zip |
Merge branch 'maint/master/use-bracket-notation-in-specs'
Diffstat (limited to 'spec/unit/string/facts_spec.rb')
-rwxr-xr-x | spec/unit/string/facts_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/string/facts_spec.rb b/spec/unit/string/facts_spec.rb index a537b7420..9b7024724 100755 --- a/spec/unit/string/facts_spec.rb +++ b/spec/unit/string/facts_spec.rb @@ -2,7 +2,7 @@ require File.expand_path(File.dirname(__FILE__) + '/../../spec_helper.rb') -describe Puppet::String.define(:facts, '0.0.1') do +describe Puppet::String[:facts, '0.0.1'] do it "should define an 'upload' fact" do subject.should be_action(:upload) end |