mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 05:34:04 +00:00
Removed shebang & encoding
This commit is contained in:
parent
980eb9f6bc
commit
3dfb73d619
2 changed files with 1 additions and 5 deletions
|
|
@ -1,5 +1,3 @@
|
|||
#!/bin/env ruby
|
||||
# encoding: utf-8
|
||||
require 'spec_helper'
|
||||
|
||||
describe Admin::ConferenceController do
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
#!/bin/env ruby
|
||||
# encoding: utf-8
|
||||
require 'spec_helper'
|
||||
|
||||
describe User do
|
||||
|
||||
# It is necessary to build roles before user
|
||||
# It is necessary to use bang version of let to build roles before user
|
||||
let!(:organizer_role) { create(:organizer_role) }
|
||||
let!(:participant_role) { create(:participant_role) }
|
||||
let!(:admin_role) { create(:admin_role) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue