Skip to content

Commit

Permalink
Simplify interactor deprecation warning. (See #327) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed Nov 15, 2012
1 parent 3843ebd commit 218d442
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/guard/dsl.rb
Expand Up @@ -102,10 +102,7 @@ class Dsl
# Deprecation message for the `ignore_paths` method
INTERACTOR_DEPRECATION = <<-EOS.gsub(/^\s*/, '')
Starting with Guard v1.4 the use of the 'interactor' Guardfile DSL method is only used to
turn the Pry interactor off. All other usages are deprecated.
Please make use of the Pry plugin architecture to customize the interactions and place them
either in your `~/.guardrc` or the `Guardfile`.
disable or pass options to the Pry interactor. All other usages are deprecated.
EOS

class << self
Expand Down

0 comments on commit 218d442

Please sign in to comment.