mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-25 06:11:20 -04:00
8 lines
169 B
Ruby
8 lines
169 B
Ruby
require 'spec_helper'
|
|
|
|
describe UserOpenId do
|
|
|
|
it { should belong_to :user }
|
|
it { should validate_presence_of :email }
|
|
it { should validate_presence_of :url }
|
|
end
|