We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cb7dd commit 65d613aCopy full SHA for 65d613a
spec/models/user_spec.rb
@@ -40,7 +40,6 @@
40
# Nested Attributes
41
it { should accept_nested_attributes_for(:user_forms) }
42
it { should accept_nested_attributes_for(:project_users).allow_destroy(true) }
43
- it { should have_many(:organizations) }
44
end
45
46
describe 'validations' do
0 commit comments