project_ownership_spec.rb 126 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 require 'spec_helper' describe ProjectOwnership do describe 'associations' do it { should belong_to(:user) } end end