Plurals are good

This commit is contained in:
Tim Sharpe 2011-07-19 12:19:09 +10:00
parent 6c0b835990
commit ae27b394a6
3 changed files with 2 additions and 2 deletions

View File

@ -7,10 +7,10 @@ RSpec::configure do |c|
end
c.include RSpec::Puppet::DefineExampleGroup, :type => :define, :example_group => {
:file_path => c.escaped_path(%w[spec define])
:file_path => c.escaped_path(%w[spec defines])
}
c.include RSpec::Puppet::ClassExampleGroup, :type => :class, :example_group => {
:file_path => c.escaped_path(%w[spec class])
:file_path => c.escaped_path(%w[spec classes])
}
end