busser-rspec 0.3.0 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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.3.0"
24
+ VERSION = "0.4.0"
25
25
  end
26
26
  end
@@ -17,6 +17,7 @@
17
17
  # limitations under the License.
18
18
 
19
19
  require 'busser/runner_plugin'
20
+ require 'rubygems'
20
21
 
21
22
  # A Busser runner plugin for Rspec.
22
23
  #
@@ -43,6 +44,7 @@ class Busser::RunnerPlugin::Rspec < Busser::RunnerPlugin::Base
43
44
  if File.exists?(File.join(rspec_path, "Gemfile"))
44
45
  chef_apply do
45
46
  execute "bundle install" do
47
+ environment(:PATH => Gem.binpath)
46
48
  cwd rspec_path
47
49
  end
48
50
  end
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.3.0
4
+ version: 0.4.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -162,7 +162,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
162
162
  version: '0'
163
163
  segments:
164
164
  - 0
165
- hash: -1494461586936922467
165
+ hash: -76663644287754471
166
166
  required_rubygems_version: !ruby/object:Gem::Requirement
167
167
  none: false
168
168
  requirements:
@@ -171,7 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
171
171
  version: '0'
172
172
  segments:
173
173
  - 0
174
- hash: -1494461586936922467
174
+ hash: -76663644287754471
175
175
  requirements: []
176
176
  rubyforge_project:
177
177
  rubygems_version: 1.8.25