12 lines
No EOL
199 B
Ruby
12 lines
No EOL
199 B
Ruby
require 'spec_helper'
|
|
|
|
describe Gift do
|
|
|
|
describe '#has_name_or_pseud'
|
|
describe '#recipient'
|
|
describe '#recipient='
|
|
|
|
it "has a valid factory" do
|
|
expect(build(:gift)).to be_valid
|
|
end
|
|
end |