Run rubocop --fix-layout and remove encoding comments
This commit is contained in:
parent
fa63e6e81d
commit
ea2862fdef
283 changed files with 1164 additions and 1969 deletions
|
|
@ -2,24 +2,24 @@
|
|||
|
||||
# Create working group with full rights
|
||||
administrators = Workgroup.create!(
|
||||
:name => "Administrators",
|
||||
:description => "System administrators.",
|
||||
:role_admin => true,
|
||||
:role_finance => true,
|
||||
:role_article_meta => true,
|
||||
:role_pickups => true,
|
||||
:role_suppliers => true,
|
||||
:role_orders => true
|
||||
:name => "Administrators",
|
||||
:description => "System administrators.",
|
||||
:role_admin => true,
|
||||
:role_finance => true,
|
||||
:role_article_meta => true,
|
||||
:role_pickups => true,
|
||||
:role_suppliers => true,
|
||||
:role_orders => true
|
||||
)
|
||||
|
||||
# Create admin user
|
||||
User.create!(
|
||||
:nick => "admin",
|
||||
:first_name => "Anton",
|
||||
:last_name => "Administrator",
|
||||
:email => "admin@foo.test",
|
||||
:password => "secret",
|
||||
:groups => [administrators]
|
||||
:nick => "admin",
|
||||
:first_name => "Anton",
|
||||
:last_name => "Administrator",
|
||||
:email => "admin@foo.test",
|
||||
:password => "secret",
|
||||
:groups => [administrators]
|
||||
)
|
||||
|
||||
# First entry for financial transaction types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue