Files
selfstarter/spec/models/user_spec.rb
2012-11-24 14:20:22 -08:00

6 lines
90 B
Ruby

describe User do
it { should have_many :orders }
it { should respond_to :email }
end