Skip to content

Commit

Permalink
Fixed a couple of broken tests for 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
David Padilla committed Jun 20, 2011
1 parent 28a4a3a commit f8a7220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/generators/autocomplete/install_generator_test.rb
Expand Up @@ -10,7 +10,7 @@ def setup

File.unlink(@filename) if File.exists?(@filename)

InstallGenerator.start('', :destination_root => @destination)
InstallGenerator.start([], :destination_root => @destination)
end

def test_install
Expand Down
Expand Up @@ -10,7 +10,7 @@ def setup

File.unlink(@filename) if File.exists?(@filename)

InstallGenerator.start('', :destination_root => @destination)
InstallGenerator.start([], :destination_root => @destination)
end

def test_install
Expand Down

0 comments on commit f8a7220

Please sign in to comment.