Use RSpec::Mocks::Double

bug/bundler_fix
jvazquez-r7 2014-09-02 13:25:05 -05:00
parent fdb66d978b
commit 16111aa2f7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ describe Rex::Proto::PJL::Client do
context "#initialize" do
it "should initialize a 'sock' ivar" do
cli.instance_variable_get(:@sock).class.should eq(RSpec::Mocks::Mock)
cli.instance_variable_get(:@sock).class.should eq(RSpec::Mocks::Double)
end
end