projects
/
arvados-formula.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix(scoped_tokens): resolved dependencies on virtual_machines
[arvados-formula.git]
/
test
/
integration
/
workbench2
/
controls
/
packages_spec.rb
1
# frozen_string_literal: true
2
3
control 'arvados workbench2 package' do
4
title 'should be installed'
5
6
describe package('arvados-workbench2') do
7
it { should be_installed }
8
end
9
end