spec/models/project_membership_spec.rb in saucy-0.1.2 vs spec/models/project_membership_spec.rb in saucy-0.1.3

- old
+ new

@@ -1,11 +1,7 @@ require 'spec_helper' describe ProjectMembership do - it { should allow_mass_assignment_of(:user_id) } - it { should allow_mass_assignment_of(:user) } - it { should_not allow_mass_assignment_of(:updated_at) } - it { should_not allow_mass_assignment_of(:created_at) } it { should belong_to(:project) } it { should belong_to(:user) } end describe ProjectMembership, "for a user that isn't an account member" do