lib/cucumber_analytics/nested.rb in cucumber_analytics-1.3.0 vs lib/cucumber_analytics/nested.rb in cucumber_analytics-1.4.0

- old
+ new

@@ -15,9 +15,10 @@ target_type = {:directory => Directory, :feature_file => FeatureFile, :feature => Feature, :test => TestElement, :step => Step, + :table => Table, :example => Example }[ancestor_type] raise(ArgumentError, "Unknown ancestor type '#{ancestor_type}'.") if target_type.nil?