Skip to content

Commit

Permalink
Fix #222
Browse files Browse the repository at this point in the history
Guard-rspec's formatter required by RSpec runner defines Guard::RSpec class
without parent, so Object becomes the parent instead of Guard::Plugin.

Fix: require 'guard/rspec' in 'guard/rspec/formatter' explicitly.
  • Loading branch information
Alexey Chernenkov committed Dec 4, 2013
1 parent f3dab54 commit 62176f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/guard/rspec/formatter.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require 'guard/rspec'
require 'rspec/core/formatters/base_formatter'

module Guard
Expand Down

0 comments on commit 62176f0

Please sign in to comment.