Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion spec/integration/apply_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@

# The following are run with both *nix and Windows targets.
shared_examples 'agentful tests' do |targets|
it 'runs a ruby task' do
it 'lists all modules & runs a ruby task' do
puts JSON.pretty_generate(run_cli_json(%w[module show], project: project))
results = run_cli_json(%W[task run basic::ruby_task -t #{targets}], project: project)

results['items'].each do |result|
Expand Down
Loading