mirror of
https://github.com/apigy/selfstarter.git
synced 2026-01-10 14:57:54 -05:00
6 lines
90 B
Ruby
6 lines
90 B
Ruby
describe User do
|
|
|
|
it { should have_many :orders }
|
|
it { should respond_to :email }
|
|
|
|
end |