spec/whm/server_spec.rb in lumberg-2.0.0.pre20 vs spec/whm/server_spec.rb in lumberg-2.0.0

- old
+ new

@@ -380,7 +380,13 @@ result = @whm.lookup_nameserver_ip(host: 'site5.com') result[:params][:ip].should =~ Resolv::IPv4::Regex end end + + describe '#transfer_tool' do + subject { @whm.transfer_tool } + + it { should be_a Whm::TransferTool } + end end end