From 0da43c9fd30b075f6bf939aab68cf6396d3ece10 Mon Sep 17 00:00:00 2001 From: Calvin Leung Huang Date: Wed, 13 Apr 2016 14:59:05 -0400 Subject: [PATCH] Uncomment spec test --- spec/lib/zanzibar/actions/get_spec.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spec/lib/zanzibar/actions/get_spec.rb b/spec/lib/zanzibar/actions/get_spec.rb index 5801539..df18de9 100644 --- a/spec/lib/zanzibar/actions/get_spec.rb +++ b/spec/lib/zanzibar/actions/get_spec.rb @@ -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!