Skip to content

Commit e3af6c3

Browse files
committed
Require hashie/hash explicitly as the behavior of autoload is different on Rubinius.
1 parent f5120b0 commit e3af6c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/spec_helper.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ def encode_basic(username, password)
1818
"Basic " + Base64.encode64("#{username}:#{password}")
1919
end
2020

21+
require 'hashie/hash'
22+
2123
RSpec.configure do |config|
2224
config.include Rack::Test::Methods
2325
end

0 commit comments

Comments
 (0)