mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 17:51:13 +08:00
fix failing spec
This commit is contained in:
parent
503617b42c
commit
3957c4c54c
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ describe 'samples_to_repository_migration:run' do
|
||||||
let!(:team) { create :team, created_by: user }
|
let!(:team) { create :team, created_by: user }
|
||||||
let!(:user_team) { create :user_team, user: user, team: team }
|
let!(:user_team) { create :user_team, user: user, team: team }
|
||||||
let!(:my_module) { create :my_module }
|
let!(:my_module) { create :my_module }
|
||||||
let!(:samples_table) { create :samples_table, user: user, team: team }
|
|
||||||
let(:sample_types_names) { %w(type_one type_two type_three) }
|
let(:sample_types_names) { %w(type_one type_two type_three) }
|
||||||
let(:sample_group_names) { %w(group_one group_two group_three) }
|
let(:sample_group_names) { %w(group_one group_two group_three) }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue