A spec failure when TDDing a has_many_through
:
1) Platform should have many interested_parties through platforms_interested_parties
Failure/Error: it { should have_many(:interested_parties).through(:platforms_interested_parties) }
NoMethodError:
undefined method `class_name' for nil:NilClass
Not helpful. The problem here is that I've not yet wired up PlatformsInterestedParty.