spec/spec_helper.rb in cxml-ruby-0.2.1 vs spec/spec_helper.rb in cxml-ruby-0.3.0
- old
+ new
@@ -1,9 +1,9 @@
# frozen_string_literal: true
$LOAD_PATH.unshift File.expand_path('..', __dir__)
-require 'cxml'
+require 'cxml-ruby'
require 'pry'
Dir['./spec/support/**/*.rb'].sort.each { |f| require f }
RSpec.configure do |config|