Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion ethon.gemspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true
lib = File.expand_path('../lib/', __FILE__)
$:.unshift lib unless $:.include?(lib)
Expand Down
1 change: 0 additions & 1 deletion lib/ethon/loggable.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true
module Ethon

Expand Down
1 change: 0 additions & 1 deletion profile/benchmarks.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true
require 'ethon'
require 'open-uri'
Expand Down
1 change: 0 additions & 1 deletion spec/ethon/easy/queryable_spec.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# encoding: utf-8
# frozen_string_literal: true
require 'spec_helper'

Expand Down
9 changes: 2 additions & 7 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@
require "ethon"
require 'rspec'

if defined? require_relative
require_relative 'support/localhost_server'
require_relative 'support/server'
else
require 'support/localhost_server'
require 'support/server'
end
require_relative 'support/localhost_server'
require_relative 'support/server'

# Ethon.logger = Logger.new($stdout).tap do |log|
# log.level = Logger::DEBUG
Expand Down