Skip to content

Commit

Permalink
Merge pull request #16 from lacepool/master
Browse files Browse the repository at this point in the history
Only require dotenv in test env
  • Loading branch information
mmahut authored Sep 1, 2022
2 parents df2e2b5 + fe8786f commit 281629f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions lib/blockfrost-ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
# require 'blockfrost-ruby'
# blockfrost = Blockfrostruby::CardanoMainNet.new()

require 'dotenv/load'

require_relative 'blockfrostruby/version'
require_relative 'blockfrostruby/constants'
require_relative 'blockfrostruby/configuration'
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require 'dotenv/load'
require 'blockfrost-ruby'

RSpec.configure do |config|
Expand Down

0 comments on commit 281629f

Please sign in to comment.