From 76b305a788968538b5ce0c7223b8b0fe470f0c31 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 7 Aug 2019 09:29:22 -0700 Subject: Add bundle env to the windows job Let's see what's going on in here Signed-off-by: Tim Smith --- Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 5c9a752..5442c99 100644 --- a/Rakefile +++ b/Rakefile @@ -5,6 +5,7 @@ begin Cucumber::Rake::Task.new(:features) do |t| t.cucumber_opts = "--format pretty" + t.bundler = false end rescue LoadError desc "cucumber is not installed, this task is disabled" -- cgit v1.2.1