This website requires JavaScript.
Explore
Help
Sign in
scinote-eln
/
scinote-web
Watch
1
Star
1
Fork
You've already forked scinote-web
0
mirror of
https://github.com/scinote-eln/scinote-web.git
synced
2024-11-12 20:24:43 +08:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
8929b9f51e
scinote-web
/
spec
/
factories
/
samples_tables.rb
9 lines
108 B
Ruby
Raw
Normal View
History
Unescape
Escape
Add valid factory check for Sample(s) models
2019-05-08 19:49:43 +08:00
# frozen_string_literal: true
1. fixes failing unit and integration tests 2. fixes gem dependencies issues 3. fixes failing migrations 4. updates depricated factory_girl => factory_bot and fixes related issues Signed-off-by: zmagod <zmago_devetak@yahoo.com>
2018-01-23 21:54:15 +08:00
FactoryBot
.
define
do
fixes failing tests [fixes SCI-1470]
2017-07-28 16:14:50 +08:00
factory
:samples_table
do
Add valid factory check for Sample(s) models
2019-05-08 19:49:43 +08:00
user
team
fixes failing tests [fixes SCI-1470]
2017-07-28 16:14:50 +08:00
end
end
Reference in a new issue
Copy permalink