Make fixtures/groups.rb deterministic
This commit is contained in:
parent
7ddb0c3cbd
commit
bb439c24a8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ describe 'Groups (JavaScript fixtures)', type: :controller do
|
|||
include JavaScriptFixturesHelpers
|
||||
|
||||
let(:admin) { create(:admin) }
|
||||
let(:group) { create(:group, name: 'frontend-fixtures-group' )}
|
||||
let(:group) { create(:group, name: 'frontend-fixtures-group', runners_token: 'runnerstoken:intabulasreferre')}
|
||||
|
||||
render_views
|
||||
|
||||
|
|
Loading…
Reference in a new issue