busser-rspec 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -21,6 +21,6 @@ module Busser
21
21
  module Rspec
22
22
 
23
23
  # Version string for the Rspec Busser runner plugin
24
- VERSION = "0.7.2"
24
+ VERSION = "0.7.3"
25
25
  end
26
26
  end
@@ -39,7 +39,8 @@ class Busser::RunnerPlugin::Rspec < Busser::RunnerPlugin::Base
39
39
  if !File.exists?("/opt/chef/bin/chef-apply")
40
40
  raise "You have a chef setup file at #{setup_file}, but /opt/chef/bin/chef-apply does not if exist"
41
41
  end
42
- run("/opt/chef/bin/chef-apply #{setup_file}")
42
+ # avoid run() here which runs with bundler context
43
+ system("/opt/chef/bin/chef-apply #{setup_file}")
43
44
  end
44
45
 
45
46
  if File.exists?(File.join(rspec_path, "Gemfile"))
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: busser-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-02-11 00:00:00.000000000 Z
12
+ date: 2014-02-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: busser
@@ -192,18 +192,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
192
192
  - - ! '>='
193
193
  - !ruby/object:Gem::Version
194
194
  version: '0'
195
- segments:
196
- - 0
197
- hash: 1428606651061913826
198
195
  required_rubygems_version: !ruby/object:Gem::Requirement
199
196
  none: false
200
197
  requirements:
201
198
  - - ! '>='
202
199
  - !ruby/object:Gem::Version
203
200
  version: '0'
204
- segments:
205
- - 0
206
- hash: 1428606651061913826
207
201
  requirements: []
208
202
  rubyforge_project:
209
203
  rubygems_version: 1.8.23