test/virtualbox_test.rb in virtualbox-0.5.4 vs test/virtualbox_test.rb in virtualbox-0.6.0
- old
+ new
@@ -4,16 +4,8 @@
setup do
VirtualBox::Command.stubs(:execute)
end
context "the version" do
- should "return version" do
- VirtualBox::Command.expects(:vboxmanage).with("-v").returns("ver").once
- assert_equal "ver", VirtualBox.version
- end
-
- should "chomp the string" do
- VirtualBox::Command.expects(:vboxmanage).with("-v").returns("ver \n\n").once
- assert_equal "ver", VirtualBox.version
- end
+ # TODO
end
end
\ No newline at end of file