We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63381f4 commit 4c149d5Copy full SHA for 4c149d5
features/support/feature_helpers.rb
@@ -1,8 +1,8 @@
1
module FeatureHelpers
2
attr_reader :scenario_tag, :feature_tag
3
4
- def proposal name
5
- JSON.parse(admin_node.exec!("crowbar #{name} show default").output)
+ def proposal barclamp, name: "default"
+ JSON.parse(admin_node.exec!("crowbar #{barclamp} show #{name}").output)
6
end
7
8
def filter_scenario_config_by scenario_tags
0 commit comments