diff options
Diffstat (limited to 'spec/acceptance')
-rw-r--r-- | spec/acceptance/fdio_spec.rb | 5 | ||||
-rw-r--r-- | spec/acceptance/honeycomb_spec.rb | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/spec/acceptance/fdio_spec.rb b/spec/acceptance/fdio_spec.rb index 168c085..3cc88ad 100644 --- a/spec/acceptance/fdio_spec.rb +++ b/spec/acceptance/fdio_spec.rb @@ -6,7 +6,9 @@ describe 'fdio' do it 'should work with no errors' do pp= <<-EOS - class { '::fdio': } + class { '::fdio': + repo_branch => 'master' + } EOS apply_manifest(pp, :catch_failures => true) @@ -26,6 +28,7 @@ describe 'fdio' do it { should be_running } it { should be_enabled } end + end context 'pinning' do diff --git a/spec/acceptance/honeycomb_spec.rb b/spec/acceptance/honeycomb_spec.rb index 426d3b9..012693b 100644 --- a/spec/acceptance/honeycomb_spec.rb +++ b/spec/acceptance/honeycomb_spec.rb @@ -28,6 +28,7 @@ describe 'fdio::honeycomb' do it { should be_running } it { should be_enabled } end + end end
\ No newline at end of file |