Skip to content

Commit 05ebda3

Browse files
jkeenrichmolj
authored andcommitted
Require base64 to fix other test failure
1 parent 7591347 commit 05ebda3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
# Optional dep for cross-api requests
1515
require "faraday"
16+
require "base64"
1617

1718
RSpec.configure do |config|
1819
config.include GraphitiSpecHelpers::RSpec

0 commit comments

Comments
 (0)