Skip to content

Commit

Permalink
Fix tests and console
Browse files Browse the repository at this point in the history
  • Loading branch information
pcriv committed Sep 21, 2023
1 parent 66ddca6 commit 821c199
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/console
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ require "pry-byebug"
require "./spec/support/user.rb"
require "./spec/support/exporters/with_attributes.rb"
require "./spec/support/exporters/without_attributes.rb"
require "./spec/support/importers/user_importer.rb"
require "./spec/support/importers/base_importer.rb"
require "./spec/support/importers/basic_user_importer.rb"

Pry.start
2 changes: 2 additions & 0 deletions lib/smuggle/exporter/base.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# frozen_string_literal: true

require "delegate"

module Smuggle
module Exporter
class Base < SimpleDelegator
Expand Down

0 comments on commit 821c199

Please sign in to comment.