project_ownership_spec.rb 126 Bytes
require 'spec_helper'

describe ProjectOwnership do
  describe 'associations' do
    it { should belong_to(:user) }
  end
end