spec/spec_helper.rb in assembly-objectfile-1.10.0 vs spec/spec_helper.rb in assembly-objectfile-1.10.1
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
require 'simplecov'
SimpleCov.start
-bootfile = File.expand_path(File.dirname(__FILE__) + '/../config/boot')
+bootfile = File.expand_path("#{File.dirname(__FILE__)}/../config/boot")
require bootfile
RSpec.configure do |config|
config.order = 'random'
end