-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pilot-project-ui #19
base: main
Are you sure you want to change the base?
pilot-project-ui #19
Conversation
LCOV of commit
|
fcd5321
to
652f9dd
Compare
LCOV of commit
|
LCOV of commit
|
af62591
to
43e06b4
Compare
LCOV of commit
|
@@ -0,0 +1,4 @@ | |||
require 'rails_helper' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
@@ -0,0 +1,4 @@ | |||
require 'rails_helper' | |||
|
|||
RSpec.describe ElementFormType, type: :model do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lint/EmptyBlock: Empty block detected.
@@ -0,0 +1,4 @@ | |||
require 'rails_helper' | |||
|
|||
RSpec.describe ElementFormType, type: :model do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSpec/EmptyExampleGroup: Empty example group detected.
@@ -0,0 +1,4 @@ | |||
require 'rails_helper' | |||
|
|||
RSpec.describe ElementFormType, type: :model do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSpec/Rails/InferredSpecType: Remove redundant spec type.
LCOV of commit
|
b6fefe9
to
c788348
Compare
LCOV of commit
|
c788348
to
6f14833
Compare
spec/factories/element_form_types.rb
Outdated
name { 'Organic chemistry' } | ||
description { 'default' } | ||
enabled { true } | ||
creator { create(:user) } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FactoryBot/FactoryAssociationWithStrategy: Use an implicit, explicit or inline definition instead of hard coding a strategy for setting association within factory.
LCOV of commit
|
7525699
to
b72124b
Compare
LCOV of commit
|
LCOV of commit
|
b72124b
to
ec638b5
Compare
LCOV of commit
|
ec638b5
to
f221f79
Compare
LCOV of commit
|
LCOV of commit
|
Form editor for individual forms