add factory test case
Showing
... | @@ -51,6 +51,11 @@ group :development do | ... | @@ -51,6 +51,11 @@ group :development do |
gem 'spring-watcher-listen', '~> 2.0.0' | gem 'spring-watcher-listen', '~> 2.0.0' | ||
end | end | ||
group :test do | |||
gem 'factory_bot_rails' | |||
gem 'faker' | |||
end | |||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | # Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] |
spec/factories/employee.rb
0 → 100644
spec/support/factory_bot.rb
0 → 100644
Please
register
or
sign in
to comment