mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
Add a tweak for Travis where BUNDLE_GEMFILE is preset
This commit is contained in:
parent
10e0398444
commit
807c493efe
1 changed files with 3 additions and 0 deletions
|
@ -134,6 +134,9 @@ describe Agents::ShellCommandAgent do
|
|||
describe "with unbundle" do
|
||||
before do
|
||||
@checker.options[:command] = 'echo $BUNDLE_GEMFILE'
|
||||
if ENV['TRAVIS'] == 'true'
|
||||
stub.proxy(Bundler).original_env { |env| env.except('BUNDLE_GEMFILE') }
|
||||
end
|
||||
end
|
||||
|
||||
context "unspecified" do
|
||||
|
|
Loading…
Add table
Reference in a new issue