lib/serverspec/helper/configuration.rb in serverspec-0.6.16 vs lib/serverspec/helper/configuration.rb in serverspec-0.6.17
- old
+ new
@@ -1,8 +1,9 @@
module Serverspec
module Helper
module Configuration
def subject
+ example.metadata[:subject] = described_class
build_configurations
super
end
# You can create a set of configurations provided to all specs in your spec_helper: