diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 8af4f02..0815113 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -6,8 +6,8 @@ if ENV['COVERAGE'] end require_relative '../lib/oga' -require_relative 'support/parsing' -require_relative 'support/evaluation' +require_relative 'support/parsing_helpers' +require_relative 'support/evaluation_helpers' RSpec.configure do |config| config.color = true diff --git a/spec/support/evaluation.rb b/spec/support/evaluation_helpers.rb similarity index 100% rename from spec/support/evaluation.rb rename to spec/support/evaluation_helpers.rb diff --git a/spec/support/parsing.rb b/spec/support/parsing_helpers.rb similarity index 100% rename from spec/support/parsing.rb rename to spec/support/parsing_helpers.rb