summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
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"