7 lines
136 B
Ruby
7 lines
136 B
Ruby
require 'spec_helper'
|
|
|
|
describe InvitationCode do
|
|
it 'has a valid factory' do
|
|
Factory(:invitation_code).should be_valid
|
|
end
|
|
end
|