diff --git a/features/uninstall_command.feature b/features/uninstall_command.feature index c2464d4..516177f 100644 --- a/features/uninstall_command.feature +++ b/features/uninstall_command.feature @@ -5,7 +5,9 @@ Feature: uninstall command So that he can download and uninstall older ruby versions Scenario: uninstall IronRuby - When I run "pik unin Ir 91 -f" - Then I should see "** Deleting c:\temp\more spaces in path\ruby\ironruby-091" + When I run "pik rm Ir 91 -f -q" + And I run "pik add "C:\temp\path with spaces\IronRuby-091\bin"" + And I run "pik unin Ir 91 -f" + Then I should see "** Deleting c:\temp\path with spaces\IronRuby-091" And I should see "091: IronRuby 0.9.1.0 on .NET 2.0.0.0 has been uninstalled." \ No newline at end of file