mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Initial release of Discourse
This commit is contained in:
8
spec/models/user_open_id_spec.rb
Normal file
8
spec/models/user_open_id_spec.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
require 'spec_helper'
|
||||
|
||||
describe UserOpenId do
|
||||
|
||||
it { should belong_to :user }
|
||||
it { should validate_presence_of :email }
|
||||
it { should validate_presence_of :url }
|
||||
end
|
||||
Reference in New Issue
Block a user