spec/mushikago/tombo/client_spec.rb in mushikago-sdk-0.1.2 vs spec/mushikago/tombo/client_spec.rb in mushikago-sdk-0.1.3

- old
+ new

@@ -12,11 +12,11 @@ it{ should respond_to(:capture) } it{ should respond_to(:captures) } it{ should respond_to(:delete) } it{ should respond_to(:info) } -=begin + context 'send capture request' do before :all do @response = @client.capture('http://www.tombo.ne.jp/', :thumbnail=>1) end @@ -27,10 +27,9 @@ it{ subject.response.should_not be_nil } it{ subject['id'].should_not be_nil } it{ subject['image_url'].should_not be_nil } it{ subject['thumbnail_url'].should_not be_nil } end -=end context 'send captures request' do before :all do @response = @client.captures end