Skip to content

Commit

Permalink
Update for upcoming Guard 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed May 11, 2012
1 parent 0d12cae commit cf2c530
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/guard/jammit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def run_all
# @param [Array<String>] paths the changed paths and files
# @raise [:task_has_failed] when run_on_change has failed
#
def run_on_change(paths)
def run_on_changes(paths)
jammit
end

Expand Down
2 changes: 1 addition & 1 deletion spec/guard/jammit_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
end
end

describe '#run_on_change' do
describe '#run_on_changes' do
before { guard.stub(:jammit) }

it 'starts the packager' do
Expand Down

0 comments on commit cf2c530

Please sign in to comment.