spec/spec_helper.rb in wp2txt-1.0.2 vs spec/spec_helper.rb in wp2txt-1.1.0

- old
+ new

@@ -1,6 +1,6 @@ -$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) -require 'rspec' +# frozen_string_literal: true +require "rspec" + RSpec.configure do |config| - # see https://github.com/rspec/rspec-core/blob/master/lib/rspec/core/configuration.rb for more infomation -end \ No newline at end of file +end