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 aab7e4e commit 511d8f7Copy full SHA for 511d8f7
spec/integration/apply_spec.rb
@@ -34,7 +34,8 @@
34
35
# The following are run with both *nix and Windows targets.
36
shared_examples 'agentful tests' do |targets|
37
- it 'runs a ruby task' do
+ it 'lists all modules & runs a ruby task' do
38
+ puts JSON.pretty_generate(run_cli_json(%w[module show], project: project))
39
results = run_cli_json(%W[task run basic::ruby_task -t #{targets}], project: project)
40
41
results['items'].each do |result|
0 commit comments