Do not consider attributes using the :unless option as required

Remove some of the factories introduced in commit 66334b5 as now we do
not need them anymore.

Co-Authored-By: Javi Martín <35156+javierm@users.noreply.github.com>
This commit is contained in:
Senén Rodero Rodríguez
2021-11-05 11:53:46 +01:00
parent 21170d0f24
commit 30afb64bac
7 changed files with 30 additions and 13 deletions

View File

@@ -3,6 +3,7 @@ require "rails_helper"
describe ProgressBar do
let(:progress_bar) { build(:progress_bar) }
it_behaves_like "globalizable", :progress_bar
it_behaves_like "globalizable", :secondary_progress_bar
it "is valid" do