specs/lib/fbauth/authorization_spec.rb in fbgraph-0.1.6.1 vs specs/lib/fbauth/authorization_spec.rb in fbgraph-0.1.6.3

- old
+ new

@@ -35,10 +35,10 @@ end it 'should return the access_token' do @token.should == @consumer.token end it 'should set the consumer' do - @client.consumer.should == @consumer + @client.auth.should == @consumer end end end end