ymdarudy / psykarte

https://psykarte.fly.dev
2 stars 0 forks source link

RSpecのリファクタ #89

Closed ymdarudy closed 2 years ago

ymdarudy commented 2 years ago

create!に変更 ファクトリーボットでアソシエーションメソッドを使ってみる? ファクトリーボット独自の書き方↓ letのあと{create: user}とかでもいい様子。 シーケンスeメール記法試す

データベースクリーナーも入れる。 https://qiita.com/at-946/items/aaff42e4a9c2e4dd58ed

ymdarudy commented 2 years ago

省略記法のため、 rails_helperに下記追記

RSpec.configure do |config|
  config.include FactoryBot::Syntax::Methods
end
ymdarudy commented 2 years ago

simple_covのrequireは一番上にかかないと、まずい。 https://tech.actindi.net/2019/05/15/085157

ymdarudy commented 2 years ago

データベースクリーナーは実装不要