From 47e8847239c203ef0f7284bac071fc191be613eb Mon Sep 17 00:00:00 2001 From: nov Date: Wed, 11 Jun 2014 00:55:56 +0900 Subject: [PATCH] meaningless test --- spec/fb_graph2_spec.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spec/fb_graph2_spec.rb b/spec/fb_graph2_spec.rb index f249981..5b0fdc3 100644 --- a/spec/fb_graph2_spec.rb +++ b/spec/fb_graph2_spec.rb @@ -17,11 +17,6 @@ describe FbGraph2 do it { should be_debugging } end - describe '.api_version' do - before { FbGraph2.api_version = 'v2.x' } - its(:api_version) { should == 'v2.x' } - end - describe '.http_client' do context 'with http_config' do before do