Skip to content

Commit

Permalink
Merge pull request #354 from guard/use_relative_require
Browse files Browse the repository at this point in the history
use relative require in formatter [fix #352]
  • Loading branch information
e2 committed Jan 6, 2016
2 parents 1a2cda4 + 10a5ed7 commit 7b77566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guard/rspec_formatter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
require "rspec"
require "rspec/core/formatters/base_formatter"

require "guard/rspec_defaults"
require_relative "rspec_defaults"

module Guard
class RSpecFormatter < ::RSpec::Core::Formatters::BaseFormatter
Expand Down

0 comments on commit 7b77566

Please sign in to comment.