Uncomment spec test

This commit is contained in:
Calvin Leung Huang
2016-04-13 14:59:05 -04:00
parent ddb2931f6c
commit 0da43c9fd3

View File

@@ -47,10 +47,10 @@ describe Zanzibar::Cli do
expect { subject.get(1234) }.to raise_error.with_message(/#{Zanzibar::NO_WSDL_ERROR}/)
end
# it 'should be able to get a field value' do
# subject.options = { 'domain' => 'zanzitest.net', 'wsdl' => 'scrt.wsdl', 'fieldlabel' => 'Username' }
# expect { subject.get(1234) }.to output(/ZanziUser/).to_stdout
# end
it 'should be able to get a field value' do
subject.options = { 'domain' => 'zanzitest.net', 'wsdl' => 'scrt.wsdl', 'fieldlabel' => 'Username' }
expect { subject.get(1234) }.to output(/ZanziUser/).to_stdout
end
it 'should be able to download files' do
WebMock.reset!