Skip to content

Commit

Permalink
use :: to fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed Oct 22, 2014
1 parent aa06e95 commit 70e568b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guard/setuper.rb
Expand Up @@ -88,7 +88,7 @@ def reset_scope
def save_scope
# This actually replaces scope from command line,
# so scope set by 'scope' Pry command will be reset
@saved_scope = _prepare_scope(Guard.scope)
@saved_scope = _prepare_scope(::Guard.scope)
end

def restore_scope
Expand Down

0 comments on commit 70e568b

Please sign in to comment.