如何模拟第三方库

时间:2016-01-07 22:01:24

标签: ruby unit-testing rspec mocking

我正在为这个班写一个rpsec:

ul#nav li ul{
    display: none;
    float: left;
    position: absolute;
    height:200px;/*Note the change here. Edit the px to whatever you need */
    top: 34;
    left: 0;
    z-index: 5;
    margin: 0;
    padding: 0;
    border: 1px solid #eeeeee;
}

我安装了Net :: SSH gem,我想模拟该库并测试我的类。

0 个答案:

没有答案