From: Paul Berry <[email protected]>
Signed-off-by: Matt Robinson <[email protected]> --- Local-branch: ticket/next/5543 spec/models/report_spec.rb | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/spec/models/report_spec.rb b/spec/models/report_spec.rb index 7110381..4245a8a 100644 --- a/spec/models/report_spec.rb +++ b/spec/models/report_spec.rb @@ -1,8 +1,6 @@ require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe Report do - REPORTS_META = YAML.load_file(Rails.root.join('spec', 'fixtures', 'reports', 'meta.yml')).with_indifferent_access - describe "#report" do include DescribeReports -- 1.7.3.1 -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
