We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ffcc9 commit 9cbe3b1Copy full SHA for 9cbe3b1
spec/defines/box_spec.rb
@@ -4,6 +4,6 @@
4
context 'with title => bogus' do
5
let(:title) { 'bogus' }
6
it { should compile.with_all_deps }
7
- it { should contain_exec('vagrant-box-bogus') }
+ it { should contain_exec('foo-vagrant-box-bogus') }
8
end
9
spec/defines/plugin_spec.rb
- it { should contain_exec('vagrant-plugin-bogus') }
+ it { should contain_exec('foo-vagrant-plugin-bogus') }
spec/spec_helper.rb
@@ -4,7 +4,8 @@
c.default_facts = {
:osfamily => 'RedHat',
:operatingsystem => 'RedHat',
- :architecture => 'x86_64'
+ :architecture => 'x86_64',
+ :id => 'foo'
}
10
11
0 commit comments