У меня есть 3 модели, которые ассоциируются как так: #user.rb
has_many :forums
has_many :posts
#forum.rb
belongs_to :user
has_many :posts
#post.rb
belongs_to :user
belongs_to :forum
Я пыта
Я довольно новичок в тестировании. У меня есть пользовательская проверка на моем профиле модели def birth_date_cannot_be_in_the_future
errors.add(:birth_date, "the birth date cannot be in the fut
У меня есть контроллер повозки в мое приложение class CartsController < ApplicationController
def show
@cart = Cart.find(session[:cart_id])
@products = @cart.products
end
end
и
Я с трудом выяснить, что значит эта ошибка именно: An error occurred in a `before(:suite)` hook.
Failure/Error: FactoryGirl.lint
FactoryGirl::InvalidFactoryError:
The following factor