spec/livefyre/client_spec.rb in livefyre-0.0.1 vs spec/livefyre/client_spec.rb in livefyre-0.1.0
- old
+ new
@@ -45,10 +45,10 @@
it "should have its ID set" do
@user.id.should == 1234
end
it "should have a reference to this client" do
- @user.client.should == subject
+ @user.instance_variable_get("@client").should == subject
end
end
describe "#set_user_role" do
context "with a valid role and scope" do