2013-02-05 14:16:51 -05:00
|
|
|
require 'spec_helper'
|
|
|
|
|
|
|
|
describe UserOpenId do
|
|
|
|
|
2014-12-31 11:55:03 -03:00
|
|
|
it { is_expected.to belong_to :user }
|
|
|
|
it { is_expected.to validate_presence_of :email }
|
|
|
|
it { is_expected.to validate_presence_of :url }
|
2013-05-24 12:48:32 +10:00
|
|
|
end
|