diff --git a/Rakefile b/Rakefile index 6a6bffe8..0d559c5e 100644 --- a/Rakefile +++ b/Rakefile @@ -11,7 +11,7 @@ task default: :spec using_git = File.exist?(File.expand_path('../.git/', __FILE__)) -require 'cucumber/rake/task' +require "cucumber/rake/task" Cucumber::Rake::Task.new