Skip to content

Commit

Permalink
Require necessary files in base
Browse files Browse the repository at this point in the history
  • Loading branch information
hasghari committed Mar 24, 2020
1 parent cba938f commit 6b96061
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions lib/one_off.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require 'one_off/engine'
require 'one_off/file'

module OneOff
# Your code goes here...
Expand Down
2 changes: 0 additions & 2 deletions lib/one_off/migrator.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require 'one_off/file'

module OneOff
class Migrator
class << self
Expand Down
2 changes: 0 additions & 2 deletions spec/one_off/executor_job_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require 'one_off/file'

RSpec.describe OneOff::ExecutorJob do
subject(:job) { described_class.new }

Expand Down
2 changes: 0 additions & 2 deletions spec/one_off/file_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# frozen_string_literal: true

require 'one_off/file'

RSpec.describe OneOff::File do
subject(:file) { described_class.new(filename) }

Expand Down

0 comments on commit 6b96061

Please sign in to comment.