discourse/spec/models/user_open_id_spec.rb

9 lines
169 B
Ruby
Raw Normal View History

2013-02-05 14:16:51 -05:00
require 'spec_helper'
describe UserOpenId do
it { should belong_to :user }
it { should validate_presence_of :email }
it { should validate_presence_of :url }
end