We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df2e2b5 + fe8786f commit 281629fCopy full SHA for 281629f
2 files changed
lib/blockfrost-ruby.rb
@@ -5,8 +5,6 @@
5
# require 'blockfrost-ruby'
6
# blockfrost = Blockfrostruby::CardanoMainNet.new()
7
8
-require 'dotenv/load'
9
-
10
require_relative 'blockfrostruby/version'
11
require_relative 'blockfrostruby/constants'
12
require_relative 'blockfrostruby/configuration'
spec/spec_helper.rb
@@ -1,5 +1,6 @@
1
# frozen_string_literal: true
2
3
+require 'dotenv/load'
4
require 'blockfrost-ruby'
RSpec.configure do |config|
0 commit comments