Issue #7564 has been updated by Pieter van de Bruggen. Assignee set to Nigel Kersten Priority changed from Normal to Urgent
As it turns out, this is more than just a warning: this actually causes significant numbers of our specs to fail -- specifically, it fails to skip specs based on feature presence, and fails to mock many calls, including to system resources. This is a significant problem. ---------------------------------------- Bug #7564: Deprecation warnings with RSpec 2.6 https://projects.puppetlabs.com/issues/7564 Author: Pieter van de Bruggen Status: Accepted Priority: Urgent Assignee: Nigel Kersten Category: Target version: 2.6.x Affected Puppet version: Keywords: Branch: ***************************************************************** DEPRECATION WARNING: you are using deprecated behaviour that will be removed from RSpec 3. You have set some configuration options after an example group has already been defined. In RSpec 3, this will not be allowed. All configuration should happen before the first example group is defined. The configuration is happening at: /spec/unit/util/network_device/transport/../../../../spec_helper.rb:32 ***************************************************************** -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs?hl=en.
