Don't use should in spec description

openid
Micha Wrobel 13 years ago
parent 0459877163
commit 8b07a98856

@ -22,11 +22,12 @@ describe User do
} }
end end
it "should create user with valid attributes" do it "creates user with valid attributes" do
user = User.create_with_omniauth(auth) user = User.create_with_omniauth(auth)
user.provider.should == provider user.provider.should == provider
user.uid.should == uid user.uid.should == uid
user.name.should == name user.name.should == name
end end
end end
end end

Loading…
Cancel
Save