Improve testing on docker
This commit is contained in:
parent
b96ce06d94
commit
ef1903381b
6 changed files with 16 additions and 13 deletions
4
spec/support/factory_bot.rb
Normal file
4
spec/support/factory_bot.rb
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
RSpec.configure do |config|
|
||||
# load FactoryBot shortcuts create(), etc.
|
||||
config.include FactoryBot::Syntax::Methods
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue