summaryrefslogtreecommitdiff
path: root/spec/rake_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rake_helper.rb')
-rw-r--r--spec/rake_helper.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/rake_helper.rb b/spec/rake_helper.rb
index 298a520f5ca..3548592ab6b 100644
--- a/spec/rake_helper.rb
+++ b/spec/rake_helper.rb
@@ -1,5 +1,5 @@
-require 'spec_helper'
-require 'rake'
+require "spec_helper"
+require "rake"
RSpec.configure do |config|
config.include RakeHelpers
@@ -8,7 +8,7 @@ RSpec.configure do |config|
config.before(:all) do
$stdout = StringIO.new
- Rake.application.rake_require 'tasks/gitlab/helpers'
+ Rake.application.rake_require "tasks/gitlab/helpers"
Rake::Task.define_task :environment
end