Esempio n. 1
0
 def test_uninstall_ruby(self):
     '''
     Test for uninstall a ruby implementation.
     '''
     with patch.object(rbenv, '_rbenv_exec', return_value=None):
         self.assertTrue(rbenv.uninstall_ruby('ruby', 'runas'))
Esempio n. 2
0
 def test_uninstall_ruby(self):
     """
     Test for uninstall a ruby implementation.
     """
     with patch.object(rbenv, "_rbenv_exec", return_value=None):
         self.assertTrue(rbenv.uninstall_ruby("ruby", "runas"))
Esempio n. 3
0
 def test_uninstall_ruby(self):
     """
     Test for uninstall a ruby implementation.
     """
     with patch.object(rbenv, "_rbenv_exec", return_value=None):
         self.assertTrue(rbenv.uninstall_ruby("ruby", "runas"))
Esempio n. 4
0
 def test_uninstall_ruby(self):
     '''
     Test for uninstall a ruby implementation.
     '''
     with patch.object(rbenv, '_rbenv_exec', return_value=None):
         self.assertTrue(rbenv.uninstall_ruby('ruby', 'runas'))