Skip to content

Commit

Permalink
Require files the right way
Browse files Browse the repository at this point in the history
  • Loading branch information
mwoods79 committed Aug 26, 2015
1 parent 46f1565 commit 7447451
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/exhaust.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Dir[Dir.pwd + "/lib/exhaust/**/*.rb"].each { |f| require f }
require 'exhaust/configuration'
require 'exhaust/runner'
require 'exhaust/version'

module Exhaust
def self.run!
Expand Down

0 comments on commit 7447451

Please sign in to comment.