rubocop files update and auto correction
This commit is contained in:
parent
1a62dc930e
commit
1f82fbbdc6
88 changed files with 519 additions and 452 deletions
|
|
@ -5,5 +5,4 @@ FactoryGirl.define do
|
|||
color '#ffffff'
|
||||
conference
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
|
|
@ -8,5 +8,4 @@ FactoryGirl.define do
|
|||
maximum_abstract_length 500
|
||||
conference
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
|
|
@ -50,6 +50,5 @@ FactoryGirl.define do
|
|||
event.comment_threads << build(:comment, commentable: event)
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
FactoryGirl.define do
|
||||
factory :role do
|
||||
|
||||
factory :organizer_role do
|
||||
name 'organizer'
|
||||
end
|
||||
|
|
|
|||
|
|
@ -5,5 +5,4 @@ FactoryGirl.define do
|
|||
date { Date.today }
|
||||
conference
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
FactoryGirl.define do
|
||||
factory :splashpage do
|
||||
public false
|
||||
public false
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -3,5 +3,4 @@ FactoryGirl.define do
|
|||
user
|
||||
conference
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
|
|
@ -5,5 +5,4 @@ FactoryGirl.define do
|
|||
color '#ffffff'
|
||||
conference
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
|
|
@ -4,5 +4,4 @@ FactoryGirl.define do
|
|||
description 'Lorem Ipsum dolsum'
|
||||
conference
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
|
|
@ -8,5 +8,4 @@ FactoryGirl.define do
|
|||
vposition.vdays << build(:vday, conference: vposition.conference)
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue